commit ac9af80cfb2dea589e4eeb8212616acd33815f92
Author: Kornel Benko <[email protected]>
Date:   Sun Aug 16 11:17:02 2015 +0200

    Cmake build: Make use of QT5 available (again).

diff --git a/src/insets/CMakeLists.txt b/src/insets/CMakeLists.txt
index 48a95cf..f35e174 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, <[email protected]>
+# Copyright (c) 2006-2011 Peter K�mmel, <[email protected]>
 #
 
 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)

Reply via email to