Files
Spherebot-Host-GUI/Spherebot_UI/Spherebot_UI.pro
2013-06-09 13:19:56 +02:00

29 lines
514 B
Prolog

#-------------------------------------------------
#
# Project created by QtCreator 2013-05-30T07:01:31
#
#-------------------------------------------------
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = Spherebot_UI
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
spherebot.cpp \
txthread.cpp
include(3rdparty/qextserialport/src/qextserialport.pri)
HEADERS += mainwindow.h \
spherebot.h \
txthread.h
FORMS += mainwindow.ui
CONFIG += static