Rev 239 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 239 | Rev 248 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | TEMPLATE = app |
1 | TEMPLATE = app |
Line 2... | Line 2... | ||
2 | 2 | ||
3 | OBJECTS_DIR = build/.o_unix |
3 | OBJECTS_DIR = build/.o_unix |
4 | UI_DIR = build/.ui |
4 | UI_DIR = build/.ui |
5 | MOC_DIR = build/.moc |
5 | MOC_DIR = build/.moc |
6 | RCC_DIR = build/.rcc |
6 | RCC_DIR = build/.rcc |
Line 7... | Line 7... | ||
7 | DESTDIR = build/bin |
7 | DESTDIR = build/bin |
Line 8... | Line 8... | ||
8 | 8 | ||
9 | DEFINES += _TTY_POSIX_ _EEEPC_ |
9 | DEFINES += _TTY_POSIX_ _EEEPC_ |
Line 37... | Line 37... | ||
37 | Classes/cQMK_Server.cpp \ |
37 | Classes/cQMK_Server.cpp \ |
38 | Logger/Logger.cpp \ |
38 | Logger/Logger.cpp \ |
39 | Logger/CSVLogger.cpp \ |
39 | Logger/CSVLogger.cpp \ |
40 | Forms/dlg_LCD.cpp |
40 | Forms/dlg_LCD.cpp |
Line 41... | Line 41... | ||
41 | 41 | ||
42 | win32:SOURCES += SerialPort/win_qextserialport.cpp |
42 | win32 : SOURCES += SerialPort/win_qextserialport.cpp |
Line 43... | Line 43... | ||
43 | unix:SOURCES += SerialPort/posix_qextserialport.cpp |
43 | unix : SOURCES += SerialPort/posix_qextserialport.cpp |
44 | 44 | ||
- | 45 | HEADERS = \ |
|
45 | HEADERS = \ |
46 | global.h \ |
46 | global.h \ |
47 | waypoint.h \ |
47 | Parameter_Positions.h \ |
48 | Parameter_Positions.h \ |
48 | SerialPort/qextserialbase.h \ |
49 | SerialPort/qextserialbase.h \ |
49 | SerialPort/qextserialport.h \ |
50 | SerialPort/qextserialport.h \ |
Line 62... | Line 63... | ||
62 | Logger/Logger.h \ |
63 | Logger/Logger.h \ |
63 | Logger/CSVLogger.h \ |
64 | Logger/CSVLogger.h \ |
64 | Logger/DefaultLogger.h \ |
65 | Logger/DefaultLogger.h \ |
65 | Forms/dlg_LCD.h |
66 | Forms/dlg_LCD.h |
Line 66... | Line 67... | ||
66 | 67 | ||
67 | win32:HEADERS += SerialPort/win_qextserialport.h |
68 | win32 : HEADERS += SerialPort/win_qextserialport.h |
Line 68... | Line 69... | ||
68 | unix:HEADERS += SerialPort/posix_qextserialport.h |
69 | unix : HEADERS += SerialPort/posix_qextserialport.h |
69 | 70 | ||
70 | FORMS += \ |
71 | FORMS += \ |
71 | Forms/mktool.ui \ |
72 | Forms/mktool.ui \ |