mirror of
https://github.com/mutouyun/cpp-ipc.git
synced 2026-01-01 03:12:13 +08:00
test for cmake
This commit is contained in:
parent
6849931a67
commit
1cb279e450
@ -23,7 +23,7 @@ matrix:
|
||||
|
||||
before_install:
|
||||
- eval "${MATRIX_EVAL}"
|
||||
- ls -l /usr/include/x86_64-linux-gnu/qt5
|
||||
- ls -l /usr/include/qt5
|
||||
- qmake -v
|
||||
|
||||
script:
|
||||
|
||||
@ -2,6 +2,7 @@ project(test)
|
||||
|
||||
set(CMAKE_AUTOMOC ON)
|
||||
set(CMAKE_INCLUDE_CURRENT_DIR ON)
|
||||
set(CMAKE_PREFIX_PATH /usr/include/qt5)
|
||||
|
||||
find_package(Qt5 COMPONENTS Core Test REQUIRED)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user