summaryrefslogtreecommitdiffstats
path: root/qtbotsim/qtbotsim.pro
diff options
context:
space:
mode:
authorCasper van Donderen <[email protected]>2012-06-01 12:41:13 +0200
committerMarius Storm-Olsen <[email protected]>2012-06-07 14:45:52 +0200
commit08fa70bb5fb97b07f0e85a83352fefdf10e03800 (patch)
tree382c5cc10c622ddf08dbf47c5801c23d94cf5040 /qtbotsim/qtbotsim.pro
parent073c4e7ae33c64105f87f0362e915b480a23091a (diff)
Add more examples for DevNet and add license text.HEADmaster
Diffstat (limited to 'qtbotsim/qtbotsim.pro')
-rw-r--r--qtbotsim/qtbotsim.pro22
1 files changed, 22 insertions, 0 deletions
diff --git a/qtbotsim/qtbotsim.pro b/qtbotsim/qtbotsim.pro
new file mode 100644
index 0000000..3c7ecf1
--- /dev/null
+++ b/qtbotsim/qtbotsim.pro
@@ -0,0 +1,22 @@
+#-------------------------------------------------
+#
+# Project created by QtCreator 2011-11-13T15:52:13
+#
+#-------------------------------------------------
+
+QT += core gui declarative
+
+TARGET = qtbotsim
+TEMPLATE = app
+
+
+SOURCES += main.cpp\
+ widget.cpp \
+ robotwidget.cpp \
+ robot.cpp
+
+HEADERS += widget.h \
+ robotwidget.h \
+ robot.h
+
+FORMS += widget.ui