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