summaryrefslogtreecommitdiff
path: root/qt/RGBController/RGBController.pro
diff options
context:
space:
mode:
Diffstat (limited to 'qt/RGBController/RGBController.pro')
-rwxr-xr-xqt/RGBController/RGBController.pro22
1 files changed, 22 insertions, 0 deletions
diff --git a/qt/RGBController/RGBController.pro b/qt/RGBController/RGBController.pro
new file mode 100755
index 0000000..d075466
--- /dev/null
+++ b/qt/RGBController/RGBController.pro
@@ -0,0 +1,22 @@
+#-------------------------------------------------
+#
+# Project created by QtCreator 2016-03-07T11:25:55
+#
+#-------------------------------------------------
+
+QT += core gui serialport network
+
+greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
+
+TARGET = RGBController
+TEMPLATE = app
+
+
+SOURCES += main.cpp\
+ controllerwindow.cpp \
+ serial_communication.cpp
+
+HEADERS += controllerwindow.h \
+ serial_communication.h
+
+FORMS += controllerwindow.ui