summaryrefslogtreecommitdiffstats
path: root/sample/app/app.pro
diff options
context:
space:
mode:
authorMarius Vlad <marius.vlad@collabora.com>2020-04-10 16:49:02 +0300
committerMarius Vlad <marius.vlad@collabora.com>2020-04-13 17:25:03 +0300
commit85a1f5f0305fda98d7077bab78070456bcd680ac (patch)
tree612d33db9be1aed8b36702c248eb3495defb7658 /sample/app/app.pro
parent4bf86cf93bda1228acef694329e2a58bf58cf528 (diff)
Add agl-shell-desktop protocol
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Diffstat (limited to 'sample/app/app.pro')
-rw-r--r--sample/app/app.pro9
1 files changed, 6 insertions, 3 deletions
diff --git a/sample/app/app.pro b/sample/app/app.pro
index c72fd28..5710f3b 100644
--- a/sample/app/app.pro
+++ b/sample/app/app.pro
@@ -14,10 +14,11 @@
# limitations under the License.
TARGET = onstestapp
-QT = quick quickcontrols2 qml
+QT = quick quickcontrols2 qml gui-private
-CONFIG += c++11 link_pkgconfig
-PKGCONFIG += qlibwindowmanager qlibhomescreen
+CONFIG += c++11 link_pkgconfig wayland-scanner pkgdatadir
+#PKGCONFIG += qlibwindowmanager qlibhomescreen
+PKGCONFIG += wayland-client
DESTDIR = $${OUT_PWD}/../package/root/bin
SOURCES = main.cpp \
@@ -31,3 +32,5 @@ HEADERS += \
LIBS += -ljson-c
+WAYLANDCLIENTSOURCES += \
+ protocol/agl-shell-desktop.xml