diff options
Diffstat (limited to 'src/plugins/platforms/testlite/testlite.pro')
-rw-r--r-- | src/plugins/platforms/testlite/testlite.pro | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/plugins/platforms/testlite/testlite.pro b/src/plugins/platforms/testlite/testlite.pro new file mode 100644 index 0000000..0a5ebb2 --- /dev/null +++ b/src/plugins/platforms/testlite/testlite.pro @@ -0,0 +1,18 @@ +TARGET = qtestlitegraphicssystem +include(../../qpluginbase.pri) + +QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/platforms + +SOURCES = main.cpp qtestliteintegration.cpp qtestlitewindowsurface.cpp qtestlitewindow.cpp +HEADERS = qtestliteintegration.h qtestlitewindowsurface.h qtestlitewindow.h + +LIBS += -lX11 -lXext + +contains(QT_CONFIG, opengl) { + QT += opengl + HEADERS += qglxintegration.h + SOURCES += qglxintegration.cpp +} + +target.path += $$[QT_INSTALL_PLUGINS]/graphicssystems +INSTALLS += target |