37 lines
219 B
Plaintext
37 lines
219 B
Plaintext
|
|
|
|
|
|
|
|
include (./ParameterInspector/ParameterInspector.pri)
|
|
|
|
|
|
|
|
INCLUDEPATH += $$PWD/ParameterInspector
|
|
|
|
|
|
|
|
FORMS += \
|
|
$$PWD/Index1.ui
|
|
|
|
HEADERS += \
|
|
$$PWD/Index1.h
|
|
|
|
SOURCES += \
|
|
$$PWD/Index1.cpp
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|