diff options
author | Jørgen Lind <jorgen.lind@nokia.com> | 2011-05-09 12:07:55 (GMT) |
---|---|---|
committer | Jørgen Lind <jorgen.lind@nokia.com> | 2011-05-09 12:07:55 (GMT) |
commit | 805a963d315e2f4b7dacc3e15a8ecf33179b6161 (patch) | |
tree | 06a31f34fc79257e56efc546f45aadeb273edd28 /src/plugins | |
parent | 5e3240f53720921bbcb869cd5a4b35167b087505 (diff) | |
download | Qt-805a963d315e2f4b7dacc3e15a8ecf33179b6161.zip Qt-805a963d315e2f4b7dacc3e15a8ecf33179b6161.tar.gz Qt-805a963d315e2f4b7dacc3e15a8ecf33179b6161.tar.bz2 |
Remove not supported qmake api
Diffstat (limited to 'src/plugins')
-rw-r--r-- | src/plugins/platforms/wayland/wayland.pro | 2 | ||||
-rw-r--r-- | src/plugins/platforms/xcb/xcb.pro | 2 | ||||
-rw-r--r-- | src/plugins/platforms/xlib/xlib.pro | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/src/plugins/platforms/wayland/wayland.pro b/src/plugins/platforms/wayland/wayland.pro index 1303fcd..76f8be5 100644 --- a/src/plugins/platforms/wayland/wayland.pro +++ b/src/plugins/platforms/wayland/wayland.pro @@ -6,8 +6,6 @@ QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/platforms DEFINES += Q_PLATFORM_WAYLAND DEFINES += $$QMAKE_DEFINES_WAYLAND -QT += core-private gui-private opengl-private - SOURCES = main.cpp \ qwaylandintegration.cpp \ qwaylandnativeinterface.cpp \ diff --git a/src/plugins/platforms/xcb/xcb.pro b/src/plugins/platforms/xcb/xcb.pro index 139f5c9..101bdcd 100644 --- a/src/plugins/platforms/xcb/xcb.pro +++ b/src/plugins/platforms/xcb/xcb.pro @@ -3,8 +3,6 @@ TARGET = xcb include(../../qpluginbase.pri) QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/platforms -QT += core-private gui-private - SOURCES = \ qxcbconnection.cpp \ qxcbintegration.cpp \ diff --git a/src/plugins/platforms/xlib/xlib.pro b/src/plugins/platforms/xlib/xlib.pro index ffce14b..ea77a29 100644 --- a/src/plugins/platforms/xlib/xlib.pro +++ b/src/plugins/platforms/xlib/xlib.pro @@ -3,8 +3,6 @@ TARGET = qxlib include(../../qpluginbase.pri) QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/platforms -QT += core-private gui-private opengl-private - SOURCES = \ main.cpp \ qxlibintegration.cpp \ |