summaryrefslogtreecommitdiffstats
path: root/examples/wayland/custom-extension/qml-client/qml-client.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/wayland/custom-extension/qml-client/qml-client.pro')
-rw-r--r--examples/wayland/custom-extension/qml-client/qml-client.pro10
1 files changed, 0 insertions, 10 deletions
diff --git a/examples/wayland/custom-extension/qml-client/qml-client.pro b/examples/wayland/custom-extension/qml-client/qml-client.pro
index aec29d2b3..d45067e5a 100644
--- a/examples/wayland/custom-extension/qml-client/qml-client.pro
+++ b/examples/wayland/custom-extension/qml-client/qml-client.pro
@@ -1,19 +1,9 @@
TEMPLATE = app
-
QT += qml quick waylandclient-private
-
-CONFIG += c++11
CONFIG += wayland-scanner
-CONFIG += link_pkgconfig
WAYLANDCLIENTSOURCES += ../protocol/custom.xml
-!contains(QT_CONFIG, no-pkg-config) {
- PKGCONFIG += wayland-client
-} else {
- LIBS += -lwayland-client
-}
-
SOURCES += main.cpp \
../client-common/customextension.cpp