xaizek / mpdknotifier (License: GPLv2+) (since 2018-12-07)
A notification application that informs you about currently played song.
Commit 182481b83f1fa043118cf0717ae152ee9ae7db98

Add QtNetwork library dependency to CMakeLists.txt
Author: xaizek
Author date (UTC): 2012-04-11 17:36
Committer name: xaizek
Committer date (UTC): 2012-04-11 17:36
Parent(s): 28b6db14c6e508594034c13f62c490777e1c55af
Signing key:
Tree: 7ba47e79b1f9a24012f8ff7180255b12af2c34b5
File Lines added Lines deleted
CMakeLists.txt 1 1
THANKS 1 1
File CMakeLists.txt changed (mode: 100644) (index c02551a..f58278c)
... ... include(KDE4Defaults)
4 4 include_directories(${KDE4_INCLUDES}) include_directories(${KDE4_INCLUDES})
5 5 set(mpdknotifier_SRCS src/main.cpp src/notifier.cpp) set(mpdknotifier_SRCS src/main.cpp src/notifier.cpp)
6 6 kde4_add_executable(mpdknotifier ${mpdknotifier_SRCS}) kde4_add_executable(mpdknotifier ${mpdknotifier_SRCS})
7 target_link_libraries(mpdknotifier ${KDE4_KDEUI_LIBS})
7 target_link_libraries(mpdknotifier ${KDE4_KDEUI_LIBS} ${QT_QTNETWORK_LIBRARY})
8 8 install(FILES mpdknotifier.notifyrc DESTINATION ${DATA_INSTALL_DIR}/mpdknotifier) install(FILES mpdknotifier.notifyrc DESTINATION ${DATA_INSTALL_DIR}/mpdknotifier)
9 9 install(FILES nocover.jpg DESTINATION ${DATA_INSTALL_DIR}/mpdknotifier) install(FILES nocover.jpg DESTINATION ${DATA_INSTALL_DIR}/mpdknotifier)
10 10 install(TARGETS mpdknotifier ${INSTALL_TARGETS_DEFAULT_ARGS}) install(TARGETS mpdknotifier ${INSTALL_TARGETS_DEFAULT_ARGS})
File THANKS changed (mode: 100644) (index 386c998..5203f9c)
1 1 To Erik Westrup <erik.westrup@gmail.com> for suggesting support of password To Erik Westrup <erik.westrup@gmail.com> for suggesting support of password
2 protected MPD servers.
2 protected MPD servers and reporting build error.
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/mpdknotifier

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/mpdknotifier

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master