Subversion Repositories Code-Repo

Compare Revisions

Ignore whitespace Rev 371 → Rev 372

/Misc Projects/PcMarlinInterface/GCodeInterface.pro
0,0 → 1,35
#-------------------------------------------------
#
# 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 \
IOWidget.cpp \
PasteController.cpp
 
HEADERS += GlobalDefines.h \
MainWindow.h \
SerialHelper.h \
MacroWidget.h \
SerialWidget.h \
IOWidget.h \
PasteController.h
 
RESOURCES += Resources.qrc
 
RC_FILE = Icon.rc
 
FORMS +=