72 lines
1.4 KiB
Plaintext
72 lines
1.4 KiB
Plaintext
|
|
QT += core gui network
|
|
QT += serialport
|
|
QT += quickwidgets
|
|
QT += quick
|
|
QT += qml
|
|
QT += opengl
|
|
QT += sql
|
|
QT += svg
|
|
|
|
include (./tools_Index0/tools_Index0.pri)
|
|
include (./tools_Index1/tools_Index1.pri)
|
|
include (./tools_Index2/tools_Index2.pri)
|
|
include (./tools_Index3/tools_Index3.pri)
|
|
include (./tools_Index4/tools_Index4.pri)
|
|
include (./PowerSystem/PowerSystem.pri)
|
|
include (./ServoSystem/ServoSystem.pri)
|
|
include (./Diagram/Diagram.pri)
|
|
include (./Senser/Senser.pri)
|
|
include (./evtol/evtol.pri)
|
|
include (./RemoteControl/RemoteControl.pri)
|
|
include (./ECU/ECU.pri)
|
|
include (./INS/INS.pri)
|
|
include (./Template/Template.pri )
|
|
include (./LandingGear_AJ500/LandingGear_AJ500.pri)
|
|
|
|
|
|
INCLUDEPATH += $$PWD/tools_Index0 \
|
|
$$PWD/tools_Index1 \
|
|
$$PWD/tools_Index2 \
|
|
$$PWD/tools_Index3 \
|
|
$$PWD/tools_Index4
|
|
|
|
INCLUDEPATH += $$PWD/../ComponentUI/CharInputter
|
|
INCLUDEPATH += $$PWD/../ComponentUI/Inputter
|
|
INCLUDEPATH += $$PWD/../ComponentUI/MultiSelector
|
|
INCLUDEPATH += $$PWD/../ComponentUI/Selector
|
|
INCLUDEPATH += $$PWD/../ComponentUI/Scope
|
|
|
|
HEADERS += \
|
|
$$PWD/Parse.h \
|
|
$$PWD/ToolsUI.h \
|
|
$$PWD/ToolsWidget.h
|
|
|
|
|
|
SOURCES += \
|
|
$$PWD/Parse.cpp \
|
|
$$PWD/ToolsUI.cpp \
|
|
$$PWD/ToolsWidget.cpp
|
|
|
|
|
|
|
|
FORMS += \
|
|
$$PWD/ToolsUI.ui \
|
|
|
|
RESOURCES += \
|
|
$$PWD/ToolsUIres.qrc
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|