summaryrefslogtreecommitdiffstats
path: root/qtbotsim/qtbotsim.pro
diff options
context:
space:
mode:
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