]> git.lyx.org Git - features.git/commitdiff
Fix compilation
authorKornel Benko <kornel@lyx.org>
Tue, 14 May 2013 14:23:24 +0000 (16:23 +0200)
committerKornel Benko <kornel@lyx.org>
Tue, 14 May 2013 14:23:24 +0000 (16:23 +0200)
src/CMakeLists.txt

index 07541ba69df07feeff6fb7b5086480b6229e5d30..490990bcad29351b835d5f7c47b7778489f4d5c6 100644 (file)
@@ -6,7 +6,7 @@
 
 project(${_lyx})
 
-include_directories(${TOP_SRC_DIR}/src)
+include_directories(${TOP_SRC_DIR}/src ${QT_INCLUDES})
 
 set_property(GLOBAL PROPERTY USE_FOLDERS ON)
 set_property(GLOBAL PROPERTY PREDEFINED_TARGETS_FOLDER "CMakeTargets")