Subversion Repositories Code-Repo

Rev

Rev 372 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
372 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 \
17
    SerialHelper.cpp \
18
    MacroWidget.cpp \
19
    SerialWidget.cpp \
20
    IOWidget.cpp \
21
    PasteController.cpp
22
 
23
HEADERS  += GlobalDefines.h \
24
    MainWindow.h \
25
    SerialHelper.h \
26
    MacroWidget.h \
27
    SerialWidget.h \
28
    IOWidget.h \
29
    PasteController.h
30
 
31
RESOURCES += Resources.qrc
32
 
33
RC_FILE = Icon.rc
34
 
35
FORMS +=