X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FCMakeLists.txt;h=0a8c04c9805b3a1494703961756c23d21a59e5cc;hb=4947476da8d7e42ded2c53ee984dc4c38db1d528;hp=a16ce3f496910fa528dca3c90f3ce510a64da7f4;hpb=897edc10c07f5605584317376d7e909e1eba9319;p=lyx.git diff --git a/src/insets/CMakeLists.txt b/src/insets/CMakeLists.txt index a16ce3f496..0a8c04c980 100644 --- a/src/insets/CMakeLists.txt +++ b/src/insets/CMakeLists.txt @@ -22,6 +22,9 @@ else() lyx_const_touched_files(_allinone insets_sources) add_library(insets ${library_type} ${_allinone_files}) endif() +set_target_properties(insets PROPERTIES FOLDER "applications/LyX") + +qt_use_modules(insets Gui) lyx_add_gcc_pch(insets)