aboutsummaryrefslogtreecommitdiffstats
path: root/examples/winextras/quickplayer/quickplayer.pro
blob: 77f9c976815225ceeaa59dc3890a0ab53c10156c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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