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
381 B
Plaintext
19 lines
381 B
Plaintext
HEADERS += \
|
|
$$PWD/GUIFrameAPI.h \
|
|
$$PWD/MainWindow.h \
|
|
$$PWD/MainTreeWidget.h \
|
|
$$PWD/RenderWidget.h \
|
|
$$PWD/ActionEventHandler.h \
|
|
|
|
SOURCES += \
|
|
$$PWD/MainWindow.cpp \
|
|
$$PWD/MainTreeWidget.cpp \
|
|
$$PWD/RenderWidget.cpp \
|
|
$$PWD/ActionEventHandler.cpp \
|
|
|
|
FORMS += \
|
|
$$PWD/MainWindow.ui \
|
|
|
|
RESOURCES += \
|
|
# $$PWD/../Resources/Resources.qrc
|