Subversion Repositories Projects

Rev

Rev 306 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 306 Rev 307
Line 32... Line 32...
32
    Classes/cQMK_Server.cpp \
32
    Classes/cQMK_Server.cpp \
33
    Logger/Logger.cpp \
33
    Logger/Logger.cpp \
34
    Logger/CSVLogger.cpp \
34
    Logger/CSVLogger.cpp \
35
    Forms/dlg_LCD.cpp \
35
    Forms/dlg_LCD.cpp \
36
    Classes/cConnection.cpp \
36
    Classes/cConnection.cpp \
37
    Forms/dlg_Map.cpp
37
    Forms/dlg_Map.cpp \
-
 
38
    Forms/dlg_MotorMixer.cpp
38
win32:SOURCES += SerialPort/win_qextserialport.cpp
39
win32:SOURCES += SerialPort/win_qextserialport.cpp
39
unix:SOURCES  += SerialPort/posix_qextserialport.cpp
40
unix:SOURCES  += SerialPort/posix_qextserialport.cpp
Line 40... Line 41...
40
 
41
 
41
HEADERS += \
42
HEADERS += \
Line 59... Line 60...
59
    Logger/CSVLogger.h \
60
    Logger/CSVLogger.h \
60
    Logger/DefaultLogger.h \
61
    Logger/DefaultLogger.h \
61
    Forms/dlg_LCD.h \
62
    Forms/dlg_LCD.h \
62
    Classes/cConnection.h \
63
    Classes/cConnection.h \
63
    typedefs.h \
64
    typedefs.h \
64
    Forms/dlg_Map.h
65
    Forms/dlg_Map.h \
-
 
66
    Forms/dlg_MotorMixer.h
Line 65... Line 67...
65
 
67
 
66
win32:HEADERS += SerialPort/win_qextserialport.h
68
win32:HEADERS += SerialPort/win_qextserialport.h
Line 67... Line 69...
67
unix:HEADERS  += SerialPort/posix_qextserialport.h
69
unix:HEADERS  += SerialPort/posix_qextserialport.h
Line 71... Line 73...
71
    Forms/dlg_Config.ui \
73
    Forms/dlg_Config.ui \
72
    Forms/dlg_Preferences.ui \
74
    Forms/dlg_Preferences.ui \
73
    Forms/dlg_Motortest.ui \
75
    Forms/dlg_Motortest.ui \
74
    Forms/wdg_Settings.ui \
76
    Forms/wdg_Settings.ui \
75
    Forms/dlg_LCD.ui \
77
    Forms/dlg_LCD.ui \
76
    Forms/dlg_Map.ui
78
    Forms/dlg_Map.ui \
-
 
79
    Forms/dlg_MotorMixer.ui