Signed-off-by: Yuhang Zhao <2546789017@qq.com>
This commit is contained in:
Yuhang Zhao 2020-08-01 10:34:04 +08:00
parent c61b6ff1fb
commit b9cb06520f
1 changed files with 7 additions and 2 deletions

View File

@ -25,9 +25,14 @@ set(SOURCES
framelesshelper_global.h
framelesshelper.h
framelesshelper.cpp
)
if(Qt5Quick_FOUND)
list(APPEND SOURCES
framelessquickhelper.h
framelessquickhelper.cpp
)
endif()
if(WIN32)
list(APPEND SOURCES