You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wlassistant/src/SConscript

27 lines
512 B

#! /usr/bin/env python
## Thomas Nagy, 2005
## This file can be reused freely for any project (see COPYING)
Import( 'env' )
obj=env.kobject('program')
obj.target='wlassistant'
obj.source="""
main.cpp
netlistviewitem.cpp
ui_NetParamsEdit.ui
ui_netparamsedit.cpp
ui_NetParamsWizard.ui
ui_netparamswizard.cpp
ui_main.ui
waconfig.cpp
watools.cpp
wlassistant.cpp
"""
obj.cxxflags='-DQT_THREAD_SUPPORT'
obj.libs='tqt tdecore tdeui iw'
obj.execute()
#env.KDEinstall( 'KDEMENU', 'Utilities', 'wlassistant.desktop' )