root/trunk/qt4-gui/src/config/CMakeLists.txt

Revision 5777, 321 bytes (checked in by erijo, 13 months ago)

Work-around for CMake's lack of "convenience libraries".

Line 
1# Configuration data
2set(config_SRCS
3  chat.cpp
4  contactlist.cpp
5  emoticons.cpp
6  general.cpp
7  iconmanager.cpp
8  skin.cpp
9)
10
11string(REGEX REPLACE ".cpp" ".h" config_HDRS "${config_SRCS}")
12
13qt4_wrap_cpp(config_MOC_SRCS ${config_HDRS})
14
15set(config ${config_SRCS} ${config_MOC_SRCS})
16add_library(config STATIC ${config})
Note: See TracBrowser for help on using the browser.