mirror of
https://github.com/thunderbug1/Spherebot-Host-GUI.git
synced 2026-03-03 08:33:59 +01:00
29 lines
514 B
Prolog
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
|