Add gui-private to generic plugins
QWindowSystemInterface will shortly be marked as QPA API. Change-Id: I0b7cb1a75e3a4f0fc4627329edd3bfd21583a0a6 Reviewed-by: Laszlo Agocs <laszlo.p.agocs@nokia.com>
This commit is contained in:
parent
7042de0894
commit
17d35cfdca
@ -5,7 +5,7 @@ DESTDIR = $$QT.gui.plugins/generic
|
||||
target.path = $$[QT_INSTALL_PLUGINS]/generic
|
||||
INSTALLS += target
|
||||
|
||||
QT += core-private platformsupport-private
|
||||
QT += core-private platformsupport-private gui-private
|
||||
|
||||
SOURCES = main.cpp
|
||||
|
||||
|
@ -5,7 +5,7 @@ DESTDIR = $$QT.gui.plugins/generic
|
||||
target.path = $$[QT_INSTALL_PLUGINS]/generic
|
||||
INSTALLS += target
|
||||
|
||||
QT += core-private platformsupport-private
|
||||
QT += core-private platformsupport-private gui-private
|
||||
|
||||
SOURCES = main.cpp
|
||||
|
||||
|
@ -7,7 +7,7 @@ INSTALLS += target
|
||||
|
||||
SOURCES = main.cpp
|
||||
|
||||
QT += core-private platformsupport-private
|
||||
QT += core-private platformsupport-private gui-private
|
||||
|
||||
OTHER_FILES += \
|
||||
evdevtablet.json
|
||||
|
@ -7,7 +7,7 @@ INSTALLS += target
|
||||
|
||||
SOURCES = main.cpp
|
||||
|
||||
QT += core-private platformsupport-private
|
||||
QT += core-private platformsupport-private gui-private
|
||||
|
||||
OTHER_FILES += \
|
||||
evdevtouch.json
|
||||
|
@ -12,4 +12,4 @@ SOURCES = qmeegointegration.cpp \
|
||||
HEADERS = qmeegointegration.h \
|
||||
contextkitproperty.h
|
||||
|
||||
QT = core-private gui-private dbus
|
||||
QT = core-private gui-private dbus gui-private
|
||||
|
@ -10,6 +10,8 @@ HEADERS = qtslib.h
|
||||
SOURCES = main.cpp \
|
||||
qtslib.cpp
|
||||
|
||||
QT += gui-private
|
||||
|
||||
LIBS += -lts
|
||||
|
||||
OTHER_FILES += tslib.json
|
||||
|
Loading…
Reference in New Issue
Block a user