[Pkg-owncloud-commits] [owncloud-client] 162/332: SocketAPI: Build test client with Qt5
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 553f186b7c0c0c3ae7833a259d401f5a11a3d954
Author: Daniel Molkentin <danimo at owncloud.com>
Date: Wed Jul 2 11:11:11 2014 +0200
SocketAPI: Build test client with Qt5
---
shell_integration/testclient/CMakeLists.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/shell_integration/testclient/CMakeLists.txt b/shell_integration/testclient/CMakeLists.txt
index 0b171ef..0ac7f40 100644
--- a/shell_integration/testclient/CMakeLists.txt
+++ b/shell_integration/testclient/CMakeLists.txt
@@ -6,4 +6,5 @@ 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)
include_directories(${CMAKE_CURRENT_BINARY_DIR})
--
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