File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 9
9
#
10
10
# -------------------------------------------------
11
11
12
- QT += core gui serialport
12
+ QT += core gui serialport
13
13
14
14
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
15
15
@@ -24,7 +24,7 @@ UI_DIR = ../build/ui
24
24
unix :OBJECTS_DIR = ../build/o/unix
25
25
26
26
SOURCES += main.cpp \
27
- main_window.cpp \
27
+ main_window.cpp \
28
28
programmer.cpp \
29
29
chip_db.cpp \
30
30
logger.cpp \
@@ -36,7 +36,7 @@ SOURCES += main.cpp\
36
36
chip_db_dialog.cpp \
37
37
chip_db_table_model.cpp
38
38
39
- HEADERS += main_window.h \
39
+ HEADERS += main_window.h \
40
40
programmer.h \
41
41
chip_db.h \
42
42
logger.h \
@@ -49,7 +49,7 @@ HEADERS += main_window.h \
49
49
chip_db_dialog.h \
50
50
chip_db_table_model.h
51
51
52
- FORMS += main_window.ui \
52
+ FORMS += main_window.ui \
53
53
settings_programmer_dialog.ui \
54
54
chip_db_dialog.ui
55
55
You can’t perform that action at this time.
0 commit comments