mirror of
https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git
synced 2024-11-15 21:25:44 +08:00
25 lines
606 B
Plaintext
25 lines
606 B
Plaintext
|
|
SOURCES += \
|
|
src/API.cpp \
|
|
src/ContainerWidget.cpp \
|
|
src/SectionWidget.cpp \
|
|
src/SectionContent.cpp \
|
|
src/SectionTitleWidget.cpp \
|
|
src/SectionContentWidget.cpp \
|
|
src/DropOverlay.cpp \
|
|
src/FloatingWidget.cpp \
|
|
src/Internal.cpp \
|
|
src/Serialization.cpp
|
|
|
|
HEADERS += \
|
|
include/ads/API.h \
|
|
include/ads/ContainerWidget.h \
|
|
include/ads/SectionWidget.h \
|
|
include/ads/SectionContent.h \
|
|
include/ads/SectionTitleWidget.h \
|
|
include/ads/SectionContentWidget.h \
|
|
include/ads/DropOverlay.h \
|
|
include/ads/FloatingWidget.h \
|
|
include/ads/Internal.h \
|
|
include/ads/Serialization.h
|