diff --git a/src/insets/CMakeLists.txt b/src/insets/CMakeLists.txt index 48a95cfa53..f35e174c48 100644 --- a/src/insets/CMakeLists.txt +++ b/src/insets/CMakeLists.txt @@ -1,7 +1,7 @@ # This file is part of LyX, the document processor. # Licence details can be found in the file COPYING. # -# Copyright (c) 2006-2011 Peter Kümmel, +# Copyright (c) 2006-2011 Peter K�mmel, # project(insets) @@ -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)