mirror of
https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git
synced 2024-12-27 00:11:33 +08:00
FIxed CMakeLists
This commit is contained in:
parent
8974b1a299
commit
7319c52d4d
@ -30,6 +30,7 @@ set(ads_SRCS
|
|||||||
SideTabBar.cpp
|
SideTabBar.cpp
|
||||||
DockWidgetSideTab.cpp
|
DockWidgetSideTab.cpp
|
||||||
AutoHideDockContainer.cpp
|
AutoHideDockContainer.cpp
|
||||||
|
PushButton.cpp
|
||||||
ads.qrc
|
ads.qrc
|
||||||
)
|
)
|
||||||
set(ads_HEADERS
|
set(ads_HEADERS
|
||||||
@ -54,6 +55,7 @@ set(ads_HEADERS
|
|||||||
SideTabBar.h
|
SideTabBar.h
|
||||||
DockWidgetSideTab.h
|
DockWidgetSideTab.h
|
||||||
AutoHideDockContainer.h
|
AutoHideDockContainer.h
|
||||||
|
PushButton.h
|
||||||
)
|
)
|
||||||
add_compile_options("$<$<CXX_COMPILER_ID:MSVC>:/utf-8>")
|
add_compile_options("$<$<CXX_COMPILER_ID:MSVC>:/utf-8>")
|
||||||
if (UNIX AND NOT APPLE)
|
if (UNIX AND NOT APPLE)
|
||||||
|
Loading…
Reference in New Issue
Block a user