Some modifications to the build system, that allow us to only use one main.cpp in...
authorManuel Nickschas <sputnick@quassel-irc.org>
Sun, 24 Jun 2007 14:24:44 +0000 (14:24 +0000)
committerManuel Nickschas <sputnick@quassel-irc.org>
Sun, 24 Jun 2007 14:24:44 +0000 (14:24 +0000)
commit15d0a434fa4f2255593d6cc62fa2223fd0247b86
tree433fedf684fd4dc56bba913932b2cd617d0224e6
parent2cebd283008b07f9d63f546d9f598dba5fbfd093
Some modifications to the build system, that allow us to only use one main.cpp in the future.
Of course, we will need a lot of #ifdefs there...
I could not find out how to specify per-target #defines in cmake, so I use different source files
named build_*.cpp that set a #define and #include main.cpp (actually, main_mono.cpp, which is to be renamed
in the next commit).
Quassel.kdevelop.filelist
src/CMakeLists.txt
src/common/build_core.cpp [new file with mode: 0644]
src/common/build_mono.cpp [new file with mode: 0644]
src/common/build_qtgui.cpp [new file with mode: 0644]
src/common/global.h
src/common/main_mono.cpp