@@ -1,1 +1,2 | |||
|
1 | 1 | src/SocExplorerEngine/PeripheralWidget = https://hephaistos.lpp.polytechnique.fr/rhodecode/HG_REPOSITORIES/LPP/INSTRUMENTATION/USERS/JEANDET/PeripheralWidget |
|
2 | src/common/lppserial = https://hephaistos.lpp.polytechnique.fr/rhodecode/HG_REPOSITORIES/LPP/INSTRUMENTATION/lppserial |
@@ -1,1 +1,2 | |||
|
1 | 1 | 2c82d72694590cbc2aebb946667f11f60ea89afe src/SocExplorerEngine/PeripheralWidget |
|
2 | def3deb8bd342ad5cba9f7984f02f49f8d1df63e src/common/lppserial |
@@ -11,6 +11,7 win32:CONFIG -= static | |||
|
11 | 11 | win32:INCLUDEPATH += $${PWD}/elf/libelfWin32/include |
|
12 | 12 | win32:INCLUDEPATH += $${PWD}/elf/libelfWin32/include/libelf |
|
13 | 13 | win32:DEFINES+=_ELF_WINDOWS_ |
|
14 | DEFINES+=RS232_debug | |
|
14 | 15 | |
|
15 | 16 | win32:LIBS += $${PWD}/elf/libelfWin32/bin/libelf.a |
|
16 | 17 | unix:LIBS += -lelf |
@@ -37,8 +38,8 header.files = \ | |||
|
37 | 38 | elf/elfinfowdgt.h \ |
|
38 | 39 | elf/elfparser.h \ |
|
39 | 40 | elf/elffile.h \ |
|
40 | qipdialogbox.h | |
|
41 | ||
|
41 | qipdialogbox.h \ | |
|
42 | lppserial/src/RS232.h | |
|
42 | 43 | |
|
43 | 44 | win32{ |
|
44 | 45 | elfheader.path = $$[QT_INSTALL_HEADERS]/SocExplorer/common/libelf |
@@ -82,7 +83,8 HEADERS += \ | |||
|
82 | 83 | elf/elffile.h \ |
|
83 | 84 | qipdialogbox.h \ |
|
84 | 85 | PySocExplorer.h \ |
|
85 | SocExplorerPlot.h | |
|
86 | SocExplorerPlot.h \ | |
|
87 | lppserial/src/RS232.h | |
|
86 | 88 | |
|
87 | 89 | |
|
88 | 90 | SOURCES += \ |
@@ -102,5 +104,8 SOURCES += \ | |||
|
102 | 104 | qipdialogbox.cpp \ |
|
103 | 105 | SocExplorerPlot.cpp |
|
104 | 106 | |
|
107 | unix:SOURCES += lppserial/src/RS232_unix.c | |
|
108 | win32:SOURCES += lppserial/src/RS232_win.c | |
|
105 | 109 | |
|
106 | 110 | |
|
111 |
General Comments 0
You need to be logged in to leave comments.
Login now