blob: bd683ef4068a5f3e46325fb3d0275d547fc14897 [file] [log] [blame]
TEMPLATE = app
QT += qml quick
qtHaveModule(widgets): QT += widgets
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