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