mirror of https://github.com/qt/qtgraphs.git
15 lines
219 B
Plaintext
15 lines
219 B
Plaintext
|
|
INCLUDEPATH += ../../../include
|
||
|
|
|
||
|
|
LIBS += -L$$OUT_PWD/../../../lib
|
||
|
|
|
||
|
|
TEMPLATE = app
|
||
|
|
|
||
|
|
QT += graphs
|
||
|
|
|
||
|
|
contains(TARGET, qml.*) {
|
||
|
|
QT += qml quick
|
||
|
|
}
|
||
|
|
|
||
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/graphs/$$TARGET
|
||
|
|
INSTALLS += target
|