Subversion Repositories Code-Repo

Rev

Rev 354 | Go to most recent revision | Blame | Last modification | View Log | RSS feed

#-------------------------------------------------
#
# Project created by QtCreator 2015-01-02T06:41:32
#
#-------------------------------------------------

QT       += core gui serialport

greaterThan(QT_MAJOR_VERSION, 4): QT += widgets

TARGET = PcMarlinInterface
TEMPLATE = app


SOURCES += main.cpp \
    MainWindow.cpp \
    SerialHelper.cpp \
    MacroWidget.cpp \
    SerialWidget.cpp \
    SerialIOWidget.cpp

HEADERS  += GlobalDefines.h \
    MainWindow.h \
    SerialHelper.h \
    MacroWidget.h \
    SerialWidget.h \
    SerialIOWidget.h

RESOURCES += Resources.qrc

RC_FILE = Icon.rc