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:
Girish Ramakrishnan 2012-06-22 14:27:43 +02:00 committed by Qt by Nokia
parent 7042de0894
commit 17d35cfdca
6 changed files with 7 additions and 5 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -10,6 +10,8 @@ HEADERS = qtslib.h
SOURCES = main.cpp \
qtslib.cpp
QT += gui-private
LIBS += -lts
OTHER_FILES += tslib.json