Changeset 120 in pacpusframework for branches/2.0-beta1/cmake/PacpusDependencies.cmake


Ignore:
Timestamp:
07/15/13 16:59:37 (11 years ago)
Author:
morasjul
Message:
  • add PacpusSerialport (QT 5.1 required)
  • add part of QT4 / QT5 cmake script
  • fix CMake (link)
  • add ComponentBase virtual function addInput() & addOutput() call before component configuration
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0-beta1/cmake/PacpusDependencies.cmake

    r119 r120  
    4242find_package(Qt5OpenGL REQUIRED)
    4343find_package(Qt5Network REQUIRED)
     44find_package(Qt5SerialPort REQUIRED)
    4445
    4546set(QT_DEFINITIONS
     
    5051${Qt5OpenGL_DEFINITIONS}
    5152${Qt5Network_DEFINITIONS}
     53${Qt5SerialPort_DEFINITIONS}
    5254)
    5355set(QT_INCLUDE_DIR
     
    5860${Qt5OpenGL_INCLUDE_DIRS}
    5961${Qt5Network_INCLUDE_DIRS}
     62${Qt5SerialPort_INCLUDE_DIRS}
    6063)
    6164
     
    6770${Qt5OpenGL_LIBRARIES}
    6871${Qt5Network_LIBRARIES}
     72${Qt5SerialPort_LIBRARIES}
    6973)
    7074
Note: See TracChangeset for help on using the changeset viewer.