summaryrefslogtreecommitdiffstats
path: root/sample/app/app.pro
diff options
context:
space:
mode:
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