Files
Spherebot-Host-GUI/Spherebot_UI/Spherebot_UI.pro
2013-06-09 23:02:16 +02:00

31 lines
530 B
Prolog

#-------------------------------------------------
#
# Project created by QtCreator 2013-05-30T07:01:31
#
#-------------------------------------------------
QT += core gui
QT += svg
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