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, 0 insertions, 18 deletions
diff --git a/examples/winextras/quickplayer/quickplayer.pro b/examples/winextras/quickplayer/quickplayer.pro
deleted file mode 100644
index 77f9c97..0000000
--- a/examples/winextras/quickplayer/quickplayer.pro
+++ /dev/null
@@ -1,18 +0,0 @@
-TEMPLATE = app
-TARGET = quickplayer
-
-QT += quick
-
-SOURCES = \
- main.cpp
-
-OTHER_FILES += \
- qml/main.qml
-
-RESOURCES += \
- quickplayer.qrc
-
-RC_ICONS = images/qt-logo.ico
-
-target.path = $$[QT_INSTALL_EXAMPLES]/winextras/quickplayer
-INSTALLS += target