mirror of
https://gitee.com/nikolan/keil_development_assistant.git
synced 2025-02-05 03:58:22 +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
|