mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2025-01-14 01:32:12 +08:00
15 lines
219 B
Plaintext
15 lines
219 B
Plaintext
|
|
||
|
isEmpty(JKQTP_LIBEXAMPLETOOLS_PRI_INCLUDED) {
|
||
|
JKQTP_LIBEXAMPLETOOLS_PRI_INCLUDED = 1
|
||
|
|
||
|
INCLUDEPATH += $PWD
|
||
|
|
||
|
|
||
|
HEADERS += $$PWD/jkqtpexampleapplication.h
|
||
|
|
||
|
|
||
|
SOURCES += $$PWD/jkqtpexampleapplication.cpp
|
||
|
|
||
|
|
||
|
}
|