CMake: Re-generate plugins/platforms/minimal
Change-Id: I1f5f3e9f2e3ba4505ff3c9572223ca9d2b043a0e Reviewed-by: Albert Astals Cid <albert.astals.cid@kdab.com>
This commit is contained in:
parent
dba2cc84ae
commit
dde95a3bdb
@ -1,6 +1,4 @@
|
||||
# Generated from minimal.pro.
|
||||
|
||||
find_package(Freetype)
|
||||
find_package(Freetype) # special case
|
||||
|
||||
#####################################################################
|
||||
## qminimal Plugin:
|
||||
@ -16,14 +14,16 @@ add_qt_plugin(qminimal
|
||||
QT_NO_FOREACH
|
||||
LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::GuiPrivate
|
||||
Qt::EventDispatcherSupportPrivate
|
||||
Qt::FontDatabaseSupportPrivate
|
||||
# OTHER_FILES = "minimal.json"
|
||||
# PLUGIN_CLASS_NAME = "QMinimalIntegrationPlugin"
|
||||
# _LOADED = "qt_plugin"
|
||||
Qt::GuiPrivate
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:minimal.pro:<NONE>:
|
||||
# OTHER_FILES = "minimal.json"
|
||||
# PLUGIN_CLASS_NAME = "QMinimalIntegrationPlugin"
|
||||
# _LOADED = "qt_plugin"
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
@ -31,7 +31,6 @@ extend_target(qminimal CONDITION QT_FEATURE_freetype
|
||||
LIBRARIES
|
||||
Freetype::Freetype
|
||||
)
|
||||
#
|
||||
#extend_target(qminimal CONDITION NOT TARGET___equals____ss_QT_DEFAULT_QPA_PLUGIN
|
||||
# # PLUGIN_EXTENDS = "-"
|
||||
#)
|
||||
|
||||
#### Keys ignored in scope 3:.:minimal.pro:NOT TARGET___equals____ss_QT_DEFAULT_QPA_PLUGIN:
|
||||
# PLUGIN_EXTENDS = "-"
|
||||
|
Loading…
Reference in New Issue
Block a user