RepRaptor/RepRaptor.pro
NeoTheFox e7ad6a0013 Added firmware to options (EEPROM editor)
Some preparations to support EEPROM editor
Only enable checksums and EEPROM editor for debug right now
2015-03-07 01:48:17 +03:00

48 lines
894 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 \
eepromwindow.cpp
HEADERS += mainwindow.h \
settingswindow.h \
aboutwindow.h \
errorwindow.h \
erroricon.h \
sdwindow.h \
repraptor.h \
eepromwindow.h
FORMS += mainwindow.ui \
settingswindow.ui \
aboutwindow.ui \
errorwindow.ui \
sdwindow.ui \
eepromwindow.ui
RESOURCES += \
graphics.qrc
DISTFILES += \
LICENCE \
README.md