forked from github_mirror/framelesshelper
parent
c61b6ff1fb
commit
b9cb06520f
|
@ -25,10 +25,15 @@ set(SOURCES
|
||||||
framelesshelper_global.h
|
framelesshelper_global.h
|
||||||
framelesshelper.h
|
framelesshelper.h
|
||||||
framelesshelper.cpp
|
framelesshelper.cpp
|
||||||
framelessquickhelper.h
|
|
||||||
framelessquickhelper.cpp
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
if(Qt5Quick_FOUND)
|
||||||
|
list(APPEND SOURCES
|
||||||
|
framelessquickhelper.h
|
||||||
|
framelessquickhelper.cpp
|
||||||
|
)
|
||||||
|
endif()
|
||||||
|
|
||||||
if(WIN32)
|
if(WIN32)
|
||||||
list(APPEND SOURCES
|
list(APPEND SOURCES
|
||||||
winnativeeventfilter.h
|
winnativeeventfilter.h
|
||||||
|
|
Loading…
Reference in New Issue