fixed console thing
This commit is contained in:
parent
506a937988
commit
2075bc04d7
|
@ -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})
|
||||
|
||||
|
|
Loading…
Reference in New Issue