summaryrefslogtreecommitdiffstats
path: root/tools/repocompare/repocompare.pro
diff options
context:
space:
mode:
authorMaurice Kalinowski <maurice.kalinowski@nokia.com>2011-04-08 16:53:35 +0200
committerMaurice Kalinowski <maurice.kalinowski@nokia.com>2011-04-08 16:53:35 +0200
commit6431cc7a539973e756fbcb2a56cfe72f031b8b48 (patch)
tree86dd213d372a326a0d8a5c63f5146de08061756b /tools/repocompare/repocompare.pro
parentff837125c11be52dcfa11d2c070bced5d6728fac (diff)
add repocompare
this is a little helper tool comparing to different repositories and checks for updates. It nominates components which can be updated and warns about potential errors.
Diffstat (limited to 'tools/repocompare/repocompare.pro')
-rw-r--r--tools/repocompare/repocompare.pro18
1 files changed, 18 insertions, 0 deletions
diff --git a/tools/repocompare/repocompare.pro b/tools/repocompare/repocompare.pro
new file mode 100644
index 000000000..349ac01e9
--- /dev/null
+++ b/tools/repocompare/repocompare.pro
@@ -0,0 +1,18 @@
+#-------------------------------------------------
+#
+# Project created by QtCreator 2011-04-04T09:43:46
+#
+#-------------------------------------------------
+
+QT += core gui network
+
+TARGET = repocompare
+TEMPLATE = app
+
+
+SOURCES += main.cpp\
+ mainwindow.cpp
+
+HEADERS += mainwindow.h
+
+FORMS += mainwindow.ui