You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
991 B
Prolog

QT += quick qml widgets charts
SOURCES += \
main.cpp
resources.files = main.qml XHR.qml Data.qml Day.qml background.mjs
resources.prefix = /$${TARGET}
RESOURCES += resources
QT_DEBUG_PLUGINS=1
QML_IMPORT_TRACE=1
# Additional import path used to resolve QML modules in Qt Creator's code model
QML_IMPORT_PATH = /home/kuba/Downloads/kquickcharts/lib/qml
QML2_IMPORT_PATH = /home/kuba/Downloads/kquickcharts/lib/qml
LIBS += -L/home/kuba/Downloads/kquickcharts/lib/qml
# Additional import path used to resolve QML modules just for Qt Quick Designer
QML_DESIGNER_IMPORT_PATH =
# Default rules for deployment.
qnx: target.path = /tmp/$${TARGET}/bin
else: unix:!android: target.path = /opt/$${TARGET}/bin
!isEmpty(target.path): INSTALLS += target
DISTFILES += \
../../../Downloads/kquickcharts/lib/qml/org/kde/quickcharts/qmldir \
Data.qml \
Day.qml \
XHR.qml main.qml \
background.mjs
android: include(../android_openssl/openssl.pri)
HEADERS += \
date.h