Skip to content

Commit 05c0a7c

Browse files
committed
[Linux] Rename to Librepods
1 parent 96ee241 commit 05c0a7c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

linux/CMakeLists.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ find_package(OpenSSL REQUIRED)
99

1010
qt_standard_project_setup(REQUIRES 6.4)
1111

12-
qt_add_executable(applinux
12+
qt_add_executable(librepods
1313
main.cpp
1414
logger.h
1515
media/mediacontroller.cpp
@@ -36,7 +36,7 @@ qt_add_executable(applinux
3636
media/playerstatuswatcher.h
3737
)
3838

39-
qt_add_qml_module(applinux
39+
qt_add_qml_module(librepods
4040
URI linux
4141
VERSION 1.0
4242
QML_FILES
@@ -49,7 +49,7 @@ qt_add_qml_module(applinux
4949
)
5050

5151
# Add the resource file
52-
qt_add_resources(applinux "resources"
52+
qt_add_resources(librepods "resources"
5353
PREFIX "/icons"
5454
FILES
5555
assets/airpods.png
@@ -64,12 +64,12 @@ qt_add_resources(applinux "resources"
6464
assets/fonts/SF-Symbols-6.ttf
6565
)
6666

67-
target_link_libraries(applinux
67+
target_link_libraries(librepods
6868
PRIVATE Qt6::Quick Qt6::Widgets Qt6::Bluetooth Qt6::DBus OpenSSL::SSL OpenSSL::Crypto
6969
)
7070

7171
include(GNUInstallDirs)
72-
install(TARGETS applinux
72+
install(TARGETS librepods
7373
BUNDLE DESTINATION .
7474
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
7575
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}

linux/Main.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ApplicationWindow {
88
visible: !airPodsTrayApp.hideOnStart
99
width: 400
1010
height: 300
11-
title: "AirPods Settings"
11+
title: "Librepods"
1212
objectName: "mainWindowObject"
1313

1414
onClosing: mainWindow.visible = false

0 commit comments

Comments
 (0)