]> git.lyx.org Git - lyx.git/blobdiff - src/CMakeLists.txt
Natbib authoryear uses (Ref1; Ref2) by default.
[lyx.git] / src / CMakeLists.txt
index 4b86fdc4265b487d8806476283fd3f35eefc587d..ac0ca1a70fb0cda54d3a79fc1491fb0284b96337 100644 (file)
@@ -8,6 +8,9 @@ project(${_lyx})
 
 include_directories(${TOP_SRC_DIR}/src)
 
+set_property(GLOBAL PROPERTY USE_FOLDERS ON)
+set_property(GLOBAL PROPERTY PREDEFINED_TARGETS_FOLDER "CMakeTargets")
+
 add_subdirectory(frontends)
 add_subdirectory(graphics)
 add_subdirectory(insets)
@@ -118,6 +121,10 @@ add_executable(${_lyx}
 
 add_dependencies(${_lyx} lyx_version)
 
+set_target_properties(${_lyx} PROPERTIES FOLDER "applications/LyX")
+
+qt_use_modules(${_lyx} Core Gui)
+
 lyx_add_gcc_pch(${_lyx})
 
 target_link_libraries(${_lyx}