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