You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
346 B
Plaintext
14 lines
346 B
Plaintext
2 weeks ago
|
HEADERS += \
|
||
|
$$PWD/CFDStructMainAPI.h \
|
||
3 weeks ago
|
$$PWD/CFDStructMainWindow.h \
|
||
2 weeks ago
|
$$PWD/CFDStructDefine.h \
|
||
3 weeks ago
|
$$PWD/CFDMainTreeWidget.h \
|
||
3 weeks ago
|
$$PWD/CFDTreeWidget.h \
|
||
3 weeks ago
|
$$PWD/CFDPropertyWidget.h \
|
||
3 weeks ago
|
|
||
|
SOURCES += \
|
||
|
$$PWD/CFDStructMainWindow.cpp \
|
||
3 weeks ago
|
$$PWD/CFDMainTreeWidget.cpp \
|
||
3 weeks ago
|
$$PWD/CFDTreeWidget.cpp \
|
||
3 weeks ago
|
$$PWD/CFDPropertyWidget.cpp
|