mirror of
https://github.com/lubosz/overte.git
synced 2025-04-06 01:02:29 +02:00
13 lines
259 B
Prolog
13 lines
259 B
Prolog
TEMPLATE = app
|
|
|
|
QT += gui qml quick xml webengine widgets
|
|
|
|
CONFIG += c++11
|
|
|
|
SOURCES += src/main.cpp
|
|
|
|
# Additional import path used to resolve QML modules in Qt Creator's code model
|
|
QML_IMPORT_PATH = ../../interface/resources/qml
|
|
|
|
DISTFILES += \
|
|
qml/*.qml
|