mirror of
https://github.com/qmlnet/qmlnet.git
synced 2026-05-16 06:05:52 -06:00
14 lines
269 B
Prolog
14 lines
269 B
Prolog
QT += quick
|
|
CONFIG += c++11
|
|
|
|
DEFINES += QT_DEPRECATED_WARNINGS
|
|
|
|
SOURCES += \
|
|
main.cpp
|
|
|
|
RESOURCES += qml.qrc
|
|
|
|
DEFINES += "NET_ROOT=\"\\\"$$PWD/../net-output\\\"\""
|
|
|
|
include (../../../src/native/QmlNet/Hosting.pri)
|
|
include (../../../src/native/QmlNet/QmlNet.pri)
|