1
0
mirror of https://github.com/thp/pyotherside.git synced 2025-01-28 23:52:55 +08:00
pyotherside/examples/qrc/qrc_example.pro
2014-02-16 20:15:50 +01:00

11 lines
149 B
Prolog

TARGET = qrc_example
TEMPLATE = app
DEPENDPATH += .
INCLUDEPATH += .
QT += qml quick
SOURCES += qrc_example.cpp
RESOURCES += data/qrc_example.qrc