[SCM] Kaboom - Debian KDE 3->4 migration tool branch, master, updated. a0967ee81a3881b95f6210de51c55f37cfe1c4f2

George Kiagiadakis gkiagia-guest at alioth.debian.org
Wed Feb 18 12:49:55 UTC 2009


The following commit has been merged in the master branch:
commit ae86367820ea8fdd8e5741e305f6bda62c58d5c1
Author: George Kiagiadakis <gkiagia at users.sourceforge.net>
Date:   Wed Feb 18 14:41:39 2009 +0200

    Move the diroperations unit test to another dir and add a project file.

diff --git a/diroperations/test.cpp b/diroperations/unit_test/test.cpp
similarity index 100%
rename from diroperations/test.cpp
rename to diroperations/unit_test/test.cpp
diff --git a/diroperations/test.h b/diroperations/unit_test/test.h
similarity index 100%
rename from diroperations/test.h
rename to diroperations/unit_test/test.h
diff --git a/diroperations/unit_test/unit_test.pro b/diroperations/unit_test/unit_test.pro
new file mode 100644
index 0000000..8da2fcd
--- /dev/null
+++ b/diroperations/unit_test/unit_test.pro
@@ -0,0 +1,14 @@
+######################################################################
+# Automatically generated by qmake (2.01a) Wed Feb 18 14:30:18 2009
+######################################################################
+
+TEMPLATE = app
+TARGET = diroperations_test
+DEPENDPATH += .
+INCLUDEPATH += . ..
+
+# Input
+HEADERS += test.h ../diroperations.h ../progresswidget.h
+SOURCES += test.cpp ../diroperations.cpp ../progresswidget.cpp
+
+CONFIG += qt debug

-- 
Kaboom - Debian KDE 3->4 migration tool



More information about the pkg-kde-commits mailing list