X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2FCMakeLists.txt;h=fb4c3e8c5e29ff78f7ba2893d54177ff8ea385ae;hp=8baf2597d774c88cf73c4864c6ec8a88b66c265d;hb=b2efa6809ee09b70be19c0f66e0fcd6e57bf64bc;hpb=f5d08a1e466b69f8c35e3b30e4cf898a71bc8b83 diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index 8baf2597..fb4c3e8c 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt @@ -61,7 +61,6 @@ qt4_wrap_cpp(MOC ${MOC_HDRS}) include_directories(${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_SOURCE_DIR}) # for version.inc and version.gen -add_definitions(-DHAVE_VERSION_GEN) # we ensure that by deps in the main CMakeLists.txt set_directory_properties(PROPERTIES ADDITIONAL_MAKE_CLEAN_FILES version.gen) add_library(mod_common STATIC ${SOURCES} ${MOC} ${CMAKE_BINARY_DIR}/i18n/qrc_i18n.cxx)