mirror of
https://github.com/HenkKalkwater/harbour-sailfin.git
synced 2025-09-05 18:22:46 +00:00
QtQuick background test
This commit is contained in:
parent
8552e08a12
commit
4453492204
6 changed files with 74 additions and 3 deletions
|
@ -1,8 +1,9 @@
|
|||
find_package(Qt5 COMPONENTS Gui Qml Quick)
|
||||
set(sailfin_SOURCES
|
||||
src/main.cpp)
|
||||
src/main.cpp)
|
||||
|
||||
add_executable(sailfin ${sailfin_SOURCES})
|
||||
qt5_add_resources(sailfin_RESOURCES qml.qrc)
|
||||
add_executable(sailfin ${sailfin_SOURCES} ${sailfin_RESOURCES})
|
||||
target_link_libraries(sailfin PUBLIC Qt5::Gui Qt5::Qml Qt5::Quick jellyfin-qt)
|
||||
|
||||
install(TARGETS sailfin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue