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

QT += qml quick
SOURCES += main.cpp
RESOURCES += photosurface.qrc

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