mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-04-21 05:31:42 +00:00
[Linux] Rename to Librepods
This commit is contained in:
committed by
Tim Gromeyer
parent
96ee2410e8
commit
05c0a7c88b
@@ -9,7 +9,7 @@ find_package(OpenSSL REQUIRED)
|
|||||||
|
|
||||||
qt_standard_project_setup(REQUIRES 6.4)
|
qt_standard_project_setup(REQUIRES 6.4)
|
||||||
|
|
||||||
qt_add_executable(applinux
|
qt_add_executable(librepods
|
||||||
main.cpp
|
main.cpp
|
||||||
logger.h
|
logger.h
|
||||||
media/mediacontroller.cpp
|
media/mediacontroller.cpp
|
||||||
@@ -36,7 +36,7 @@ qt_add_executable(applinux
|
|||||||
media/playerstatuswatcher.h
|
media/playerstatuswatcher.h
|
||||||
)
|
)
|
||||||
|
|
||||||
qt_add_qml_module(applinux
|
qt_add_qml_module(librepods
|
||||||
URI linux
|
URI linux
|
||||||
VERSION 1.0
|
VERSION 1.0
|
||||||
QML_FILES
|
QML_FILES
|
||||||
@@ -49,7 +49,7 @@ qt_add_qml_module(applinux
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Add the resource file
|
# Add the resource file
|
||||||
qt_add_resources(applinux "resources"
|
qt_add_resources(librepods "resources"
|
||||||
PREFIX "/icons"
|
PREFIX "/icons"
|
||||||
FILES
|
FILES
|
||||||
assets/airpods.png
|
assets/airpods.png
|
||||||
@@ -64,12 +64,12 @@ qt_add_resources(applinux "resources"
|
|||||||
assets/fonts/SF-Symbols-6.ttf
|
assets/fonts/SF-Symbols-6.ttf
|
||||||
)
|
)
|
||||||
|
|
||||||
target_link_libraries(applinux
|
target_link_libraries(librepods
|
||||||
PRIVATE Qt6::Quick Qt6::Widgets Qt6::Bluetooth Qt6::DBus OpenSSL::SSL OpenSSL::Crypto
|
PRIVATE Qt6::Quick Qt6::Widgets Qt6::Bluetooth Qt6::DBus OpenSSL::SSL OpenSSL::Crypto
|
||||||
)
|
)
|
||||||
|
|
||||||
include(GNUInstallDirs)
|
include(GNUInstallDirs)
|
||||||
install(TARGETS applinux
|
install(TARGETS librepods
|
||||||
BUNDLE DESTINATION .
|
BUNDLE DESTINATION .
|
||||||
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
|
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
|
||||||
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
|
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ ApplicationWindow {
|
|||||||
visible: !airPodsTrayApp.hideOnStart
|
visible: !airPodsTrayApp.hideOnStart
|
||||||
width: 400
|
width: 400
|
||||||
height: 300
|
height: 300
|
||||||
title: "AirPods Settings"
|
title: "Librepods"
|
||||||
objectName: "mainWindowObject"
|
objectName: "mainWindowObject"
|
||||||
|
|
||||||
onClosing: mainWindow.visible = false
|
onClosing: mainWindow.visible = false
|
||||||
|
|||||||
Reference in New Issue
Block a user