qtgraphs/tests/manual/tests.pri

19 lines
264 B
Plaintext
Raw Permalink Normal View History

2023-03-02 13:45:23 +00:00
INCLUDEPATH += ../../../include
LIBS += -L$$OUT_PWD/../../lib
TEMPLATE = app
QT += graphs
contains(TARGET, qml.*) {
QT += qml quick
}
qtHaveModule(widgets) {
QT += graphswidgets
}
2023-03-02 13:45:23 +00:00
target.path = $$[QT_INSTALL_TESTS]/graphs/$$TARGET
INSTALLS += target