aboutsummaryrefslogtreecommitdiffstats
path: root/examples/winextras/quickplayer/quickplayer.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/winextras/quickplayer/quickplayer.pro')
-rw-r--r--examples/winextras/quickplayer/quickplayer.pro18
1 files changed, 18 insertions, 0 deletions
diff --git a/examples/winextras/quickplayer/quickplayer.pro b/examples/winextras/quickplayer/quickplayer.pro
new file mode 100644
index 0000000..f7474f7
--- /dev/null
+++ b/examples/winextras/quickplayer/quickplayer.pro
@@ -0,0 +1,18 @@
+TEMPLATE = app
+TARGET = quickplayer
+
+QT += quick
+
+SOURCES = \
+ main.cpp
+
+OTHER_FILES += \
+ qml/main.qml
+
+RESOURCES += \
+ quickplayer.qrc
+
+RC_ICONS = images/quickplayer.ico
+
+target.path = $$[QT_INSTALL_EXAMPLES]/winextras/quickplayer
+INSTALLS += target