fixed console thing

This commit is contained in:
Patrick von Reth 2010-11-30 14:47:00 +01:00
parent 506a937988
commit 2075bc04d7
1 changed files with 4 additions and 4 deletions

View File

@ -8,11 +8,11 @@ add_subdirectory(core)
QT4_ADD_RESOURCES(SNORENOTIFY_RCS ${SNORE_RCS})
set(SNORENOTIFY_DEPS ${SNORENOTIFY_DEPS} ${SNORENOTIFY_RCS})
if(WIN32 AND CMAKE_BUILD_TYPE MATCHES Debug)
set(WIN32_SPECIFIC)
else(WIN32 AND CMAKE_BUILD_TYPE MATCHES Debug)
if(WIN32)
set(WIN32_SPECIFIC WIN32)
endif(WIN32 AND CMAKE_BUILD_TYPE MATCHES Debug)
else(WIN32)
set(WIN32_SPECIFIC)
endif(WIN32)
automoc4_add_executable( snorenotify ${WIN32_SPECIFIC} main.cpp trayicon.cpp ${SNORENOTIFY_DEPS})