put load(qt_plugin) at end of project file
amends a28364bc1
.
Change-Id: I8e6044abcbfffde8688d87cd3aa722c0c362534c
Reviewed-by: Andy Nichols <andy.nichols@qt.io>
This commit is contained in:
parent
6797570a59
commit
473248df14
@ -1,10 +1,5 @@
|
|||||||
TARGET = qvnc
|
TARGET = qvnc
|
||||||
|
|
||||||
PLUGIN_TYPE = platforms
|
|
||||||
PLUGIN_CLASS_NAME = QVncIntegrationPlugin
|
|
||||||
!equals(TARGET, $$QT_DEFAULT_QPA_PLUGIN): PLUGIN_EXTENDS = -
|
|
||||||
load(qt_plugin)
|
|
||||||
|
|
||||||
QT += \
|
QT += \
|
||||||
core-private network gui-private \
|
core-private network gui-private \
|
||||||
service_support-private theme_support-private fb_support-private \
|
service_support-private theme_support-private fb_support-private \
|
||||||
@ -29,3 +24,8 @@ HEADERS = \
|
|||||||
qvncclient.h
|
qvncclient.h
|
||||||
|
|
||||||
OTHER_FILES += vnc.json
|
OTHER_FILES += vnc.json
|
||||||
|
|
||||||
|
PLUGIN_TYPE = platforms
|
||||||
|
PLUGIN_CLASS_NAME = QVncIntegrationPlugin
|
||||||
|
!equals(TARGET, $$QT_DEFAULT_QPA_PLUGIN): PLUGIN_EXTENDS = -
|
||||||
|
load(qt_plugin)
|
||||||
|
Loading…
Reference in New Issue
Block a user