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.
19 lines
507 B
Plaintext
19 lines
507 B
Plaintext
3 weeks ago
|
HEADERS += \
|
||
|
$$PWD/OperatorsGUIAPI.h \
|
||
|
$$PWD/OperatorsGUIInterface.h \
|
||
|
$$PWD/OperatorsGraphPreprocess.h \
|
||
|
$$PWD/OperModelTreeMouseEvent.h \
|
||
|
$$PWD/OperatorsWidget.h \
|
||
|
$$PWD/OperGraphPick.h \
|
||
|
$$PWD/OperGraphPickPreview.h \
|
||
|
|
||
|
SOURCES += \
|
||
|
$$PWD/OperatorsGUIInterface.cpp \
|
||
|
$$PWD/OperatorsGraphPreprocess.cpp \
|
||
|
$$PWD/OperModelTreeMouseEvent.cpp \
|
||
|
$$PWD/OperatorsWidget.cpp \
|
||
|
$$PWD/OperGraphPick.cpp \
|
||
|
$$PWD/OperGraphPickPreview.cpp \
|
||
|
|
||
|
FORMS += \
|