diff --git a/src/insets/CMakeLists.txt b/src/insets/CMakeLists.txt index 48a95cfa53..0a8c04c980 100644 --- a/src/insets/CMakeLists.txt +++ b/src/insets/CMakeLists.txt @@ -24,6 +24,8 @@ else() endif() set_target_properties(insets PROPERTIES FOLDER "applications/LyX") +qt_use_modules(insets Gui) + lyx_add_gcc_pch(insets) project_source_group("${GROUP_CODE}" insets_sources insets_headers)