mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2024-11-16 10:35:49 +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
|
||
|
|
||
|
|
||
|
}
|