[Pkg-mpd-commits] [qmpdclient] 14/38: CMakeLists.txt: add resource.rc to sources on WIN32

Andrey Rahmatullin wrar at moszumanska.debian.org
Mon May 23 07:19:45 UTC 2016


This is an automated email from the git hooks/post-receive script.

wrar pushed a commit to branch master
in repository qmpdclient.

commit b4b21686893b6636f7c7e0d677496b71a1f88ae4
Author: Denis Krjuchkov <denis at crazydev.net>
Date:   Tue Apr 3 00:31:42 2012 +0600

    CMakeLists.txt: add resource.rc to sources on WIN32
---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index c422b52..b65c2c9 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -230,7 +230,7 @@ endif()
 
 if(WIN32)
 	list(APPEND QMPDClient_srcs src/notifications_nodbus.cpp
-			src/qmpdclient_win.cpp)
+			src/qmpdclient_win.cpp icons/resource.rc)
 endif()
 
 include(${QT_USE_FILE})

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mpd/qmpdclient.git



More information about the Pkg-mpd-commits mailing list