]> git.lyx.org Git - lyx.git/commitdiff
Cmake build: Define for 'DEVEL_VERSION' already done in development/cmake/config...
authorKornel Benko <kornel@lyx.org>
Tue, 9 Oct 2012 20:45:12 +0000 (22:45 +0200)
committerKornel Benko <kornel@lyx.org>
Tue, 9 Oct 2012 20:45:12 +0000 (22:45 +0200)
src/frontends/qt4/CMakeLists.txt

index 8d05dcf51601b811e37da0e07888f00d795b2db0..c71873be86e7a4d15251800d0904d8f0123c9222 100644 (file)
@@ -37,10 +37,6 @@ include_directories(
        ${QT_INCLUDES}
        ${CMAKE_CURRENT_BINARY_DIR})
 
-if (LYX_DEVEL_VERSION)
-       add_definitions(-DDEVEL_VERSION)
-endif()
-
 if(LYX_MERGE_FILES)
        lyx_const_touched_files(_allinone frontends_qt4_sources)
        set(depends_moc_uic ${frontends_qt4_headers} ${ui_files})