mirror of
https://github.com/thp/pyotherside.git
synced 2025-01-28 23:52:55 +08:00
11 lines
149 B
Prolog
11 lines
149 B
Prolog
TARGET = qrc_example
|
|
|
|
TEMPLATE = app
|
|
DEPENDPATH += .
|
|
INCLUDEPATH += .
|
|
|
|
QT += qml quick
|
|
|
|
SOURCES += qrc_example.cpp
|
|
RESOURCES += data/qrc_example.qrc
|