mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-13 17:20:55 +00:00
Cmake build: Make use of QT5 available (again).
This commit is contained in:
parent
087397688d
commit
ac9af80cfb
@ -1,7 +1,7 @@
|
|||||||
# This file is part of LyX, the document processor.
|
# This file is part of LyX, the document processor.
|
||||||
# Licence details can be found in the file COPYING.
|
# 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)
|
project(insets)
|
||||||
@ -24,6 +24,8 @@ else()
|
|||||||
endif()
|
endif()
|
||||||
set_target_properties(insets PROPERTIES FOLDER "applications/LyX")
|
set_target_properties(insets PROPERTIES FOLDER "applications/LyX")
|
||||||
|
|
||||||
|
qt_use_modules(insets Gui)
|
||||||
|
|
||||||
lyx_add_gcc_pch(insets)
|
lyx_add_gcc_pch(insets)
|
||||||
|
|
||||||
project_source_group("${GROUP_CODE}" insets_sources insets_headers)
|
project_source_group("${GROUP_CODE}" insets_sources insets_headers)
|
||||||
|
Loading…
Reference in New Issue
Block a user