aboutsummaryrefslogtreecommitdiffstats
path: root/examples/aglextras/helloworld/helloworld.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/aglextras/helloworld/helloworld.pro')
-rw-r--r--examples/aglextras/helloworld/helloworld.pro10
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/aglextras/helloworld/helloworld.pro b/examples/aglextras/helloworld/helloworld.pro
new file mode 100644
index 0000000..6db8e40
--- /dev/null
+++ b/examples/aglextras/helloworld/helloworld.pro
@@ -0,0 +1,10 @@
+QT += aglextras qml quick
+
+SOURCES += \
+ main.cpp
+
+RESOURCES += \
+ resources.qrc
+
+target.path = $$[QT_INSTALL_EXAMPLES]/aglextras/helloworld
+INSTALLS += target