|
From: <tiz...@us...> - 2012-08-10 17:06:11
|
Revision: 321
http://sepiola.svn.sourceforge.net/sepiola/?rev=321&view=rev
Author: tizianomueller
Date: 2012-08-10 17:06:04 +0000 (Fri, 10 Aug 2012)
Log Message:
-----------
Add missing source-deps for building the unittest test_posix_acl.
Modified Paths:
--------------
trunk/src/test/CMakeLists.txt
Modified: trunk/src/test/CMakeLists.txt
===================================================================
--- trunk/src/test/CMakeLists.txt 2012-08-10 17:05:49 UTC (rev 320)
+++ trunk/src/test/CMakeLists.txt 2012-08-10 17:06:04 UTC (rev 321)
@@ -18,11 +18,16 @@
IF(Q_WS_X11)
+# TODO:
+# - remove Settings::SHOW_PROGRESS in process.cc such that we can
+# remove settings.{cc,hh} and it's rev-deps here
+
QT4_WRAP_CPP(test_posix_acl_MOC
test_posix_acl.hh
../tools/posix_acl.hh
../tools/abstract_informing_process.hh
../utils/log_file_utils.hh
+ ../settings/settings.hh
)
ADD_EXECUTABLE(test_posix_acl test_posix_acl.cc
@@ -32,6 +37,9 @@
../utils/log_file_utils.cc
../utils/file_system_utils.cc
../utils/string_utils.cc
+ ../settings/settings.cc
+ ../model/backup_task.cc
+ ../model/scheduled_task.cc
)
TARGET_LINK_LIBRARIES(test_posix_acl
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|