File: SConscript

package info (click to toggle)
skim 1.4.5-4
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 2,904 kB
  • ctags: 1,257
  • sloc: cpp: 9,423; python: 1,608; sh: 329; makefile: 71
file content (14 lines) | stat: -rw-r--r-- 548 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#! /usr/bin/env python

Import( 'env' )

mainwinenv=env.Copy()
mainwin_sources='mainwindow.cpp mainwindow.skel'
plugin_desktop_file='skimplugin_mainwindow.desktop'
mainwinenv.SKIMPLUGIN('skimplugin_mainwindow', mainwin_sources, plugin_desktop_file)

kcm_mainwin_sources='mainwindow_settings.ui configmainwindow.cpp'
plugin_kcm_desktop_file='skimplugin_mainwindow_config.desktop'
mainwinenv.SKIMKCMPLUGIN('kcm_skimplugin_mainwindow', kcm_mainwin_sources, plugin_kcm_desktop_file)

mainwinenv.KDEinstall('KDEDATA', env['PACKAGE'], 'mainwindowui.rc')