File: SConscript

package info (click to toggle)
skim 1.4.4-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,876 kB
  • ctags: 1,247
  • sloc: cpp: 9,421; python: 1,608; sh: 260; makefile: 68
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')