1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-11-22 10:42:29 +01:00

Remove none existing files for now

This commit is contained in:
Elias Steurer 2023-10-28 21:32:01 +02:00
parent 1b3fddf1e5
commit bbb1732120

View File

@ -39,7 +39,6 @@ set(SOURCES ${SOURCES} main.cpp src/basewindow.cpp)
set(HEADER ${HEADER} src/basewindow.h) set(HEADER ${HEADER} src/basewindow.h)
set(QML set(QML
# cmake-format: sort # cmake-format: sort
qml/GifWallpaper.qml qml/GifWallpaper.qml
qml/MultimediaView.qml qml/MultimediaView.qml
@ -57,11 +56,11 @@ if(WIN32)
set(LIB_SOURCES src/windowsintegration.cpp) set(LIB_SOURCES src/windowsintegration.cpp)
set(LIB_HEADER src/windowsintegration.h) set(LIB_HEADER src/windowsintegration.h)
elseif(APPLE) elseif(APPLE)
set(LIB_SOURCES src/macosintegration.cpp) set(LIB_SOURCES src/macintegration.cpp)
set(LIB_HEADER src/macosintegration.h) set(LIB_HEADER src/macintegration.h)
elseif(UNIX) elseif(UNIX)
set(LIB_SOURCES src/waylandintegration.cpp) #set(LIB_SOURCES src/waylandintegration.cpp)
set(LIB_HEADER src/waylandintegration.h) #set(LIB_HEADER src/waylandintegration.h)
endif() endif()
add_library(ScreenPlayWallpaperLib STATIC ${LIB_SOURCES} ${LIB_HEADER}) add_library(ScreenPlayWallpaperLib STATIC ${LIB_SOURCES} ${LIB_HEADER})