mirror of
https://gitee.com/nikolan/keil_development_assistant.git
synced 2025-01-26 05:52:53 +08:00
10 lines
217 B
Plaintext
10 lines
217 B
Plaintext
HEADERS += \
|
|
$$PWD/framelessdialog.h \
|
|
$$PWD/framelessmainwindow.h \
|
|
$$PWD/framelesswidget.h
|
|
|
|
SOURCES += \
|
|
$$PWD/framelessdialog.cpp \
|
|
$$PWD/framelessmainwindow.cpp \
|
|
$$PWD/framelesswidget.cpp
|