Changeset 17 in flair-src
- Timestamp:
- Apr 11, 2016, 12:30:54 PM (9 years ago)
- Location:
- trunk/tools/FlairGCS
- Files:
-
- 8 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/FlairGCS/CMakeLists.txt
r9 r17 8 8 src/main.cpp 9 9 src/UdtSocket.cpp 10 src/Scope.cpp11 src/ScopeFixedStep.cpp12 src/ScopeVariableStep.cpp13 10 src/DataPlot1D.cpp 14 11 src/DataPlot2D.cpp … … 16 13 src/Picture.cpp 17 14 src/DataRemote.cpp 18 src/Scrollbar.cpp19 15 src/file_ui.cpp 20 16 src/FormLayout.cpp … … 41 37 src/UdtSocket.h 42 38 src/RangeFinderPlot.h 43 src/Scope.h44 39 src/DataPlot2D.h 45 40 src/Picture.h 46 src/Scrollbar.h47 41 src/Manager.h 48 42 src/file_ui.h … … 80 74 ${CMAKE_SYSROOT}/usr/include/udt 81 75 ${CMAKE_SYSROOT}/usr/include/qwt 76 ${CMAKE_SYSROOT}/usr/include/QwtDataViewer 82 77 ${CMAKE_SYSROOT}/usr/include/qt4/QtMobility 83 78 ${CMAKE_SYSROOT}/usr/include/qt4/QtLocation … … 89 84 90 85 ADD_EXECUTABLE(${PROJECT_NAME} ${PROJECT_SOURCE_FILES} ${MOC_SOURCES} ${RCC_SOURCES}) 91 TARGET_LINK_LIBRARIES(${PROJECT_NAME} ${QT_LIBRARIES} qwt udt QtLocation FileLib z)86 TARGET_LINK_LIBRARIES(${PROJECT_NAME} ${QT_LIBRARIES} qwt QwtDataViewer udt QtLocation FileLib z) 92 87 93 88 INSTALL( -
trunk/tools/FlairGCS/src/DataPlot1D.h
r15 r17 6 6 #define DATAPLOT1D_H_INCLUDED 7 7 8 #include "ScopeFixedStep.h"8 #include <ScopeFixedStep.h> 9 9 #include "DataRemote.h" 10 10
Note:
See TracChangeset
for help on using the changeset viewer.