root/trunk/qt4-gui/src/config/CMakeLists.txt
| Revision 5777, 321 bytes (checked in by erijo, 13 months ago) |
|---|
| Line | |
|---|---|
| 1 | # Configuration data |
| 2 | set(config_SRCS |
| 3 | chat.cpp |
| 4 | contactlist.cpp |
| 5 | emoticons.cpp |
| 6 | general.cpp |
| 7 | iconmanager.cpp |
| 8 | skin.cpp |
| 9 | ) |
| 10 | |
| 11 | string(REGEX REPLACE ".cpp" ".h" config_HDRS "${config_SRCS}") |
| 12 | |
| 13 | qt4_wrap_cpp(config_MOC_SRCS ${config_HDRS}) |
| 14 | |
| 15 | set(config ${config_SRCS} ${config_MOC_SRCS}) |
| 16 | add_library(config STATIC ${config}) |
Note: See TracBrowser
for help on using the browser.
