summaryrefslogtreecommitdiffstats
path: root/examples/activeqt/simpleqml/simpleqml.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/activeqt/simpleqml/simpleqml.pro')
-rw-r--r--examples/activeqt/simpleqml/simpleqml.pro15
1 files changed, 15 insertions, 0 deletions
diff --git a/examples/activeqt/simpleqml/simpleqml.pro b/examples/activeqt/simpleqml/simpleqml.pro
new file mode 100644
index 0000000..9043e9d
--- /dev/null
+++ b/examples/activeqt/simpleqml/simpleqml.pro
@@ -0,0 +1,15 @@
+include(../shared.pri)
+
+TEMPLATE = lib
+TARGET = simpleqmlax
+
+QT += widgets axserver quick quickwidgets
+
+SOURCES = main.cpp
+RC_FILE = simpleqml.rc
+DEF_FILE = simpleqml.def
+RESOURCES = simpleqml.qrc
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/activeqt/simpleqml
+INSTALLS += target