summaryrefslogtreecommitdiffstats
path: root/examples/qwindow-compositor/qwindow-compositor.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qwindow-compositor/qwindow-compositor.pro')
-rw-r--r--examples/qwindow-compositor/qwindow-compositor.pro15
1 files changed, 1 insertions, 14 deletions
diff --git a/examples/qwindow-compositor/qwindow-compositor.pro b/examples/qwindow-compositor/qwindow-compositor.pro
index 07c6be37d..068b08893 100644
--- a/examples/qwindow-compositor/qwindow-compositor.pro
+++ b/examples/qwindow-compositor/qwindow-compositor.pro
@@ -1,7 +1,4 @@
-TEMPLATE = app
-TARGET = qwindow-compositor
-DEPENDPATH += .
-INCLUDEPATH += .
+QT += gui gui-private core-private compositor
# comment out the following to not use pkg-config in the pri files
CONFIG += use_pkgconfig
@@ -14,20 +11,11 @@ HEADERS += \
qwindowcompositor.h \
textureblitter.h
-# Input
SOURCES += main.cpp \
qopenglwindow.cpp \
qwindowcompositor.cpp \
textureblitter.cpp
-CONFIG += qt warn_on debug create_prl link_prl
-OBJECTS_DIR = .obj/release-shared
-MOC_DIR = .moc/release-shared
-
-QT += gui gui-private core-private
-
-QT += compositor
-
# to make QtCompositor/... style includes working without installing
INCLUDEPATH += $$PWD/../../include
@@ -38,7 +26,6 @@ INCLUDEPATH += $$PWD/../../include
RESOURCES += qwindow-compositor.qrc
-# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtwayland/qwindow-compositor
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS qwindow-compositor.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtwayland/qwindow-compositor