[Pkg-owncloud-commits] [owncloud-client] 164/332: SocketAPI: rename test client binary to socketapiclient

Sandro Knauß hefee-guest at moszumanska.debian.org
Thu Aug 14 21:06:54 UTC 2014


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

hefee-guest pushed a commit to branch master
in repository owncloud-client.

commit 2cdfc168293f55aaecce3ece65e84b29a892dafc
Author: Daniel Molkentin <danimo at owncloud.com>
Date:   Wed Jul 2 12:03:52 2014 +0200

    SocketAPI: rename test client binary to socketapiclient
---
 shell_integration/testclient/CMakeLists.txt | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/shell_integration/testclient/CMakeLists.txt b/shell_integration/testclient/CMakeLists.txt
index e264323..ee20181 100644
--- a/shell_integration/testclient/CMakeLists.txt
+++ b/shell_integration/testclient/CMakeLists.txt
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 2.6)
-project(testclient)
-set(testclient_SOURCES main.cpp window.cpp)
-set(testclient_HEADERS window.h)
-qt_wrap_ui(testclient_UI_SRCS window.ui)
-add_executable(testclient ${testclient_SOURCES} ${testclient_HEADERS} ${testclient_UI_SRCS})
-target_link_libraries(testclient ${QT_LIBRARIES})
-set_target_properties(testclient PROPERTIES AUTOMOC TRUE)
-qt5_use_modules(testclient Widgets Network)
+project(socketapiclient)
+set(socketapiclient_SOURCES main.cpp window.cpp)
+set(socketapiclient_HEADERS window.h)
+qt_wrap_ui(socketapiclient_UI_SRCS window.ui)
+add_executable(socketapiclient ${socketapiclient_SOURCES} ${socketapiclient_HEADERS} ${socketapiclient_UI_SRCS})
+target_link_libraries(socketapiclient ${QT_LIBRARIES})
+set_target_properties(socketapiclient PROPERTIES AUTOMOC TRUE)
+qt5_use_modules(socketapiclient Widgets Network)
 include_directories(${CMAKE_CURRENT_BINARY_DIR})
-set_target_properties(testclient PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
+set_target_properties(socketapiclient PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)

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



More information about the Pkg-owncloud-commits mailing list