RepRaptor/RepRaptor.pro
NeoTheFox c68fc4dca5 Ui tweaks
Added "About Qt"
2015-03-04 14:38:35 +03:00

44 lines
810 B
Prolog

#-------------------------------------------------
#
# Project created by QtCreator 2015-02-26T16:14:20
# Licenced on terms of GNU GPL v2 licence
#
#-------------------------------------------------
QT += core gui serialport concurrent
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = RepRaptor
TEMPLATE = app
CONFIG += static
SOURCES += main.cpp\
mainwindow.cpp \
settingswindow.cpp \
aboutwindow.cpp \
errorwindow.cpp \
erroricon.cpp \
sdwindow.cpp
HEADERS += mainwindow.h \
settingswindow.h \
aboutwindow.h \
errorwindow.h \
erroricon.h \
sdwindow.h
FORMS += mainwindow.ui \
settingswindow.ui \
aboutwindow.ui \
errorwindow.ui \
sdwindow.ui
RESOURCES += \
graphics.qrc
DISTFILES += \
LICENCE \
README.md