Subversion Repositories Code-Repo

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
344 Kevin 1
#-------------------------------------------------
2
#
3
# Project created by QtCreator 2015-01-02T06:41:32
4
#
5
#-------------------------------------------------
6
 
7
QT       += core gui serialport
8
 
9
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
10
 
11
TARGET = PcMarlinInterface
12
TEMPLATE = app
13
 
14
 
15
SOURCES += main.cpp \
16
    MainWindow.cpp \
354 Kevin 17
    SerialHelper.cpp \
18
    MacroWidget.cpp \
356 Kevin 19
    SerialWidget.cpp \
362 Kevin 20
    IOWidget.cpp
344 Kevin 21
 
22
HEADERS  += GlobalDefines.h \
23
    MainWindow.h \
354 Kevin 24
    SerialHelper.h \
25
    MacroWidget.h \
356 Kevin 26
    SerialWidget.h \
362 Kevin 27
    IOWidget.h
347 Kevin 28
 
29
RESOURCES += Resources.qrc
30
 
31
RC_FILE = Icon.rc