aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/demos/photosurface/photosurface.pro
blob: 5e5b0f0815c05b3aa89794609f606f44a596f7a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TEMPLATE = app

QT += qml quick
qtHaveModule(widgets): QT += widgets
SOURCES += main.cpp
RESOURCES += photosurface.qrc

target.path = $$[QT_INSTALL_EXAMPLES]/quick/demos/photosurface
INSTALLS += target
ICON = resources/icon.png
macx: ICON = resources/photosurface.icns
win32: RC_FILE = resources/photosurface.rc