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

This commit is contained in:
Kornel Benko 2015-08-16 11:17:02 +02:00
parent 087397688d
commit ac9af80cfb

View File

@ -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, <syntheticpp@gmx.net>
# Copyright (c) 2006-2011 Peter K<EFBFBD>mmel, <syntheticpp@gmx.net>
#
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)