blob: c3e9b080bb7414720eeee3424101cdec5d182ebe [file] [log] [blame]
TEMPLATE = app
QT += quick qml
SOURCES += main.cpp
RESOURCES += \
window.qrc \
../shared/shared.qrc
EXAMPLE_FILES = \
window.qml \
resources
target.path = $$[QT_INSTALL_EXAMPLES]/quick/window
INSTALLS += target
ICON = resources/icon64.png
macx: ICON = resources/icon.icns
win32: RC_FILE = resources/window.rc