Changeset 17 in flair-src for trunk/tools/FlairGCS


Ignore:
Timestamp:
04/11/16 12:30:54 (8 years ago)
Author:
Sanahuja Guillaume
Message:

passage lib qwtdataview

Location:
trunk/tools/FlairGCS
Files:
8 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/FlairGCS/CMakeLists.txt

    r9 r17  
    88        src/main.cpp
    99        src/UdtSocket.cpp
    10         src/Scope.cpp
    11         src/ScopeFixedStep.cpp
    12         src/ScopeVariableStep.cpp
    1310        src/DataPlot1D.cpp
    1411        src/DataPlot2D.cpp
     
    1613        src/Picture.cpp
    1714        src/DataRemote.cpp
    18         src/Scrollbar.cpp
    1915        src/file_ui.cpp
    2016        src/FormLayout.cpp
     
    4137        src/UdtSocket.h
    4238        src/RangeFinderPlot.h
    43         src/Scope.h
    4439        src/DataPlot2D.h
    4540        src/Picture.h
    46         src/Scrollbar.h
    4741        src/Manager.h
    4842        src/file_ui.h
     
    8074        ${CMAKE_SYSROOT}/usr/include/udt
    8175        ${CMAKE_SYSROOT}/usr/include/qwt
     76        ${CMAKE_SYSROOT}/usr/include/QwtDataViewer
    8277        ${CMAKE_SYSROOT}/usr/include/qt4/QtMobility
    8378        ${CMAKE_SYSROOT}/usr/include/qt4/QtLocation
     
    8984
    9085ADD_EXECUTABLE(${PROJECT_NAME} ${PROJECT_SOURCE_FILES} ${MOC_SOURCES} ${RCC_SOURCES})
    91 TARGET_LINK_LIBRARIES(${PROJECT_NAME} ${QT_LIBRARIES} qwt udt QtLocation FileLib z)
     86TARGET_LINK_LIBRARIES(${PROJECT_NAME} ${QT_LIBRARIES} qwt QwtDataViewer udt QtLocation FileLib z)
    9287
    9388INSTALL(
  • trunk/tools/FlairGCS/src/DataPlot1D.h

    r15 r17  
    66#define DATAPLOT1D_H_INCLUDED
    77
    8 #include "ScopeFixedStep.h"
     8#include <ScopeFixedStep.h>
    99#include "DataRemote.h"
    1010
Note: See TracChangeset for help on using the changeset viewer.