Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Goffart <ogoffart@woboq.com>2016-10-13 13:02:15 +0300
committerOlivier Goffart <ogoffart@woboq.com>2016-10-13 13:05:59 +0300
commit766d9ae1acb684b069bc05e5fb9995bcb8c8e33d (patch)
tree065c1002b8b2061b5c371856f1b895eb2855da25 /test/CMakeLists.txt
parent5000d40619b65a442845ae5f050d25ce8f43a2ca (diff)
QProgressIndicator: update copy from upstream
Update from commit 05ce8a23cdc12e825532dc6de06c267fb8d48b4f from https://github.com/dragotin/QProgressIndicator Which itself is forked from commit e5ba0fd09bfd43b067ee3646d70b294c7efcb558 from upstream, with additional license header. It was relicensed to MIT according to https://github.com/mojocorp/QProgressIndicator/commit/14bb9d10e29407175fdf4b9f03ed9cc7bb124f93 Relates to issues #5180 and #5184
Diffstat (limited to 'test/CMakeLists.txt')
-rw-r--r--test/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index fc130f5ce..2b2e4591d 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -27,7 +27,9 @@ ENDIF()
owncloud_add_test(FolderWatcher "${FolderWatcher_SRC}")
if( UNIX AND NOT APPLE )
+ if(HAVE_QT5 AND NOT BUILD_WITH_QT4)
owncloud_add_test(InotifyWatcher "${FolderWatcher_SRC}")
+ endif(HAVE_QT5 AND NOT BUILD_WITH_QT4)
endif(UNIX AND NOT APPLE)
owncloud_add_test(CSyncSqlite "")