summaryrefslogtreecommitdiffstats
path: root/src/part/SConscript
blob: 978d49049e88d6485ec403e7e3a76cd6d3fea5c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Copyright 2005 Max Howell <max.howell@methylblue.com>

Import( "*" )
myenv=env.Copy()

## Additional paths for compiling the source files
## Always add '../' (top-level directory) because moc makes code that needs it
KDEaddpaths( ['./', '../', '../../'], myenv )

KDEaddlibs( ['tqt-mt', 'kdecore', 'kdeui', 'kparts', 'xine'], myenv )

KDEshlib( "libcodeine", Split( "part.cpp xineEngine.cpp videoWindow.cpp toolbar.cpp ../mxcl.library.cpp" ), myenv )