Changeset 120 in pacpusframework for branches/2.0-beta1/cmake/PacpusDependencies.cmake
- Timestamp:
- Jul 15, 2013, 4:59:37 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0-beta1/cmake/PacpusDependencies.cmake
r119 r120 42 42 find_package(Qt5OpenGL REQUIRED) 43 43 find_package(Qt5Network REQUIRED) 44 find_package(Qt5SerialPort REQUIRED) 44 45 45 46 set(QT_DEFINITIONS … … 50 51 ${Qt5OpenGL_DEFINITIONS} 51 52 ${Qt5Network_DEFINITIONS} 53 ${Qt5SerialPort_DEFINITIONS} 52 54 ) 53 55 set(QT_INCLUDE_DIR … … 58 60 ${Qt5OpenGL_INCLUDE_DIRS} 59 61 ${Qt5Network_INCLUDE_DIRS} 62 ${Qt5SerialPort_INCLUDE_DIRS} 60 63 ) 61 64 … … 67 70 ${Qt5OpenGL_LIBRARIES} 68 71 ${Qt5Network_LIBRARIES} 72 ${Qt5SerialPort_LIBRARIES} 69 73 ) 70 74
Note:
See TracChangeset
for help on using the changeset viewer.