aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/window/window/window.pro
blob: 3525a893fa856e9baebe6537c7fe527df17dffa1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TEMPLATE = app
QT += qml

SOURCES += window.cpp
RESOURCES += window.qrc

EXAMPLE_FILES = \
    nogui.qml \
    standalone.qml \
    twowindows.qml

target.path = $$[QT_INSTALL_EXAMPLES]/quick/window/window
INSTALLS = target