summaryrefslogtreecommitdiffstats
path: root/examples/wayland/qwindow-compositor/qwindow-compositor.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/wayland/qwindow-compositor/qwindow-compositor.pro')
-rw-r--r--examples/wayland/qwindow-compositor/qwindow-compositor.pro20
1 files changed, 0 insertions, 20 deletions
diff --git a/examples/wayland/qwindow-compositor/qwindow-compositor.pro b/examples/wayland/qwindow-compositor/qwindow-compositor.pro
deleted file mode 100644
index b9261e772..000000000
--- a/examples/wayland/qwindow-compositor/qwindow-compositor.pro
+++ /dev/null
@@ -1,20 +0,0 @@
-QT += gui waylandcompositor
-
-LIBS += -L ../../lib
-
-HEADERS += \
- window.h \
- compositor.h
-
-SOURCES += main.cpp \
- window.cpp \
- compositor.cpp
-
-# to make QtWaylandCompositor/... style includes working without installing
-INCLUDEPATH += $$PWD/../../include
-
-
-RESOURCES += qwindow-compositor.qrc
-
-target.path = $$[QT_INSTALL_EXAMPLES]/wayland/qwindow-compositor
-INSTALLS += target