]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/CMakeLists.txt
Cmake export tests: Added sublabel handling also to revertedTests
[lyx.git] / src / mathed / CMakeLists.txt
index 04c1a51939ec93f247122250a0be326ca1fe07b0..8d354f6a133e35ae3caf545868325f0b31186ad5 100644 (file)
@@ -14,7 +14,7 @@ list(REMOVE_ITEM mathed_sources
 
 lyx_add_msvc_pch(mathed)
 
-include_directories(${TOP_SRC_DIR}/src/mathed)
+include_directories(${TOP_SRC_DIR}/src/mathed ${QT_INCLUDES})
 
 if(NOT LYX_MERGE_FILES)
        add_library(mathed ${library_type} ${mathed_sources} ${mathed_headers})
@@ -23,6 +23,7 @@ else()
        add_library(mathed ${library_type} ${_allinone_files})
 endif()
 set_target_properties(mathed PROPERTIES FOLDER "applications/LyX")
+qt_use_modules(mathed Core)
 
 lyx_add_gcc_pch(mathed)