Rev 167 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 167 | Rev 199 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | unix : OBJECTS_DIR = build/.o/unix |
1 | unix : OBJECTS_DIR = build/.o/unix |
2 | win32 : OBJECTS_DIR = build/.o/win32 |
2 | win32 : OBJECTS_DIR = build/.o/win32 |
3 | mac : OBJECTS_DIR = build/.o/mac |
3 | mac : OBJECTS_DIR = build/.o/mac |
Line 4... | Line 4... | ||
4 | 4 | ||
5 | UI_DIR = build/.ui |
5 | UI_DIR = build/.ui |
6 | MOC_DIR = build/.moc |
6 | MOC_DIR = build/.moc |
7 | RCC_DIR = build/.rcc |
7 | RCC_DIR = build/.rcc |
Line 8... | Line 8... | ||
8 | DESTDIR = build/bin |
8 | DESTDIR = build/bin |
9 | 9 | ||
Line -... | Line 10... | ||
- | 10 | win32 : DEFINES += _TTY_WIN_ QWT_DLL QT_DLL |
|
- | 11 | unix : DEFINES += _TTY_POSIX_ |
|
- | 12 | ||
- | 13 | unix { |
|
- | 14 | LIBS += -L/opt/local/lib -lqwt |
|
10 | win32 : DEFINES += _TTY_WIN_ QWT_DLL QT_DLL |
15 | INCLUDEPATH += /opt/local/include |
Line 11... | Line 16... | ||
11 | unix : DEFINES += _TTY_POSIX_ |
16 | } |
12 | 17 | ||
13 | QT *= gui core |
18 | QT *= gui core network |
14 | 19 | ||
15 | SOURCES = SerialPort/qextserialbase.cpp \ |
20 | SOURCES = SerialPort/qextserialbase.cpp \ |
16 | SerialPort/qextserialport.cpp \ |
21 | SerialPort/qextserialport.cpp \ |
17 | SerialPort/ManageSerialPort.cpp \ |
22 | SerialPort/ManageSerialPort.cpp \ |
18 | Forms/mktool.cpp \ |
23 | Forms/mktool.cpp \ |
19 | Forms/dlg_Config.cpp \ |
24 | Forms/dlg_Config.cpp \ |
- | 25 | Forms/dlg_Motortest.cpp \ |
|
20 | Forms/dlg_Motortest.cpp \ |
26 | Forms/dlg_Preferences.cpp \ |
21 | Forms/dlg_Preferences.cpp \ |
27 | main.cpp \ |
Line 22... | Line 28... | ||
22 | main.cpp \ |
28 | cSettings.cpp \ |
23 | cSettings.cpp \ |
29 | Classes/cServer.cpp \ |
Line 24... | Line 30... | ||
24 | ToolBox.cpp \ |
30 | ToolBox.cpp \ |
Line 34... | Line 40... | ||
34 | Forms/dlg_Config.h \ |
40 | Forms/dlg_Config.h \ |
35 | Forms/dlg_Motortest.h \ |
41 | Forms/dlg_Motortest.h \ |
36 | Forms/dlg_Preferences.h \ |
42 | Forms/dlg_Preferences.h \ |
37 | global.h \ |
43 | global.h \ |
38 | cSettings.h \ |
44 | cSettings.h \ |
- | 45 | Classes/cServer.h \ |
|
39 | Parameter_Positions.h \ |
46 | Parameter_Positions.h \ |
40 | ToolBox.h \ |
47 | ToolBox.h \ |
41 | Forms/wdg_Settings.h |
48 | Forms/wdg_Settings.h |
Line 42... | Line 49... | ||
42 | 49 | ||
43 | win32 : HEADERS += SerialPort/win_qextserialport.h |
50 | win32 : HEADERS += SerialPort/win_qextserialport.h |
Line 44... | Line 51... | ||
44 | unix : HEADERS += SerialPort/posix_qextserialport.h |
51 | unix : HEADERS += SerialPort/posix_qextserialport.h |
45 | 52 | ||
46 | FORMS += Forms/mktool.ui \ |
53 | FORMS += Forms/mktool.ui \ |
47 | Forms/dlg_Config.ui \ |
54 | Forms/dlg_Config.ui \ |
48 | Forms/dlg_Preferences.ui \ |
55 | Forms/dlg_Preferences.ui \ |
49 | Forms/dlg_Motortest.ui \ |
- | |
50 | Forms/wdg_Settings.ui |
- | |
51 | - | ||
52 | unix { |
- | |
53 | LIBS += -L/opt/local/lib -lqwt |
- | |
Line 54... | Line 56... | ||
54 | INCLUDEPATH += /opt/local/include |
56 | Forms/dlg_Motortest.ui \ |
Line 55... | Line 57... | ||
55 | } |
57 | Forms/wdg_Settings.ui |