Subversion Repositories Code-Repo

Rev

Rev 362 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 362 Rev 363
Line 15... Line 15...
15
SOURCES += main.cpp \
15
SOURCES += main.cpp \
16
    MainWindow.cpp \
16
    MainWindow.cpp \
17
    SerialHelper.cpp \
17
    SerialHelper.cpp \
18
    MacroWidget.cpp \
18
    MacroWidget.cpp \
19
    SerialWidget.cpp \
19
    SerialWidget.cpp \
20
    IOWidget.cpp
20
    IOWidget.cpp \
-
 
21
    PasteController.cpp
21
 
22
 
22
HEADERS  += GlobalDefines.h \
23
HEADERS  += GlobalDefines.h \
23
    MainWindow.h \
24
    MainWindow.h \
24
    SerialHelper.h \
25
    SerialHelper.h \
25
    MacroWidget.h \
26
    MacroWidget.h \
26
    SerialWidget.h \
27
    SerialWidget.h \
27
    IOWidget.h
28
    IOWidget.h \
-
 
29
    PasteController.h
28
 
30
 
29
RESOURCES += Resources.qrc
31
RESOURCES += Resources.qrc
30
 
32
 
31
RC_FILE = Icon.rc
33
RC_FILE = Icon.rc
-
 
34
 
-
 
35
FORMS +=