|
|
|
@ -1,14 +1,14 @@
|
|
|
|
set(SCREEN_SRCS
|
|
|
|
set(CUTEFISH_SCREEN_SOURCES
|
|
|
|
qt5/output.cpp
|
|
|
|
output.cpp
|
|
|
|
qt5/outputmodel.cpp
|
|
|
|
outputmodel.cpp
|
|
|
|
qt5/plugin.cpp
|
|
|
|
plugin.cpp
|
|
|
|
qt5/screen.cpp
|
|
|
|
screen.cpp
|
|
|
|
)
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
find_package(Qt6 REQUIRED COMPONENTS Core Gui Quick)
|
|
|
|
find_package(Qt6 REQUIRED COMPONENTS Core Gui Quick)
|
|
|
|
find_package(KF6Screen REQUIRED)
|
|
|
|
find_package(KF6Screen REQUIRED)
|
|
|
|
|
|
|
|
|
|
|
|
add_library(cutefish-framework-screen SHARED ${SCREEN_SRCS})
|
|
|
|
add_library(cutefish-framework-screen SHARED ${CUTEFISH_SCREEN_SOURCES})
|
|
|
|
|
|
|
|
|
|
|
|
qt_add_qml_module(cutefish-framework-screen
|
|
|
|
qt_add_qml_module(cutefish-framework-screen
|
|
|
|
URI Cutefish.Screen
|
|
|
|
URI Cutefish.Screen
|
|
|
|
|