Rev 158 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 158 | Rev 159 | ||
---|---|---|---|
Line 16... | Line 16... | ||
16 | SerialPort/qextserialport.cpp \ |
16 | SerialPort/qextserialport.cpp \ |
17 | SerialPort/ManageSerialPort.cpp \ |
17 | SerialPort/ManageSerialPort.cpp \ |
18 | Forms/mktool.cpp \ |
18 | Forms/mktool.cpp \ |
19 | Forms/dlg_Config.cpp \ |
19 | Forms/dlg_Config.cpp \ |
20 | Forms/dlg_Motortest.cpp \ |
20 | Forms/dlg_Motortest.cpp \ |
- | 21 | Forms/dlg_Preferences.cpp \ |
|
21 | main.cpp \ |
22 | main.cpp \ |
22 | cSettings.cpp \ |
23 | cSettings.cpp \ |
23 | ToolBox.cpp |
24 | ToolBox.cpp |
Line 24... | Line 25... | ||
24 | 25 | ||
Line 29... | Line 30... | ||
29 | SerialPort/qextserialport.h \ |
30 | SerialPort/qextserialport.h \ |
30 | SerialPort/ManageSerialPort.h \ |
31 | SerialPort/ManageSerialPort.h \ |
31 | Forms/mktool.h \ |
32 | Forms/mktool.h \ |
32 | Forms/dlg_Config.h \ |
33 | Forms/dlg_Config.h \ |
33 | Forms/dlg_Motortest.h \ |
34 | Forms/dlg_Motortest.h \ |
- | 35 | Forms/dlg_Preferences.h \ |
|
34 | global.h \ |
36 | global.h \ |
35 | cSettings.h \ |
37 | cSettings.h \ |
36 | Parameter_Positions.h \ |
38 | Parameter_Positions.h \ |
37 | ToolBox.h |
39 | ToolBox.h |
Line 38... | Line 40... | ||
38 | 40 | ||
39 | win32 : HEADERS += SerialPort/win_qextserialport.h |
41 | win32 : HEADERS += SerialPort/win_qextserialport.h |
Line 40... | Line 42... | ||
40 | unix : HEADERS += SerialPort/posix_qextserialport.h |
42 | unix : HEADERS += SerialPort/posix_qextserialport.h |
41 | 43 | ||
- | 44 | FORMS += Forms/mktool.ui \ |
|
42 | FORMS += Forms/mktool.ui \ |
45 | Forms/dlg_Config.ui \ |
Line 43... | Line 46... | ||
43 | Forms/dlg_Config.ui \ |
46 | Forms/dlg_Preferences.ui \ |
44 | Forms/dlg_Motortest.ui |
47 | Forms/dlg_Motortest.ui |
45 | 48 |