forked from blue/squawk
CMake build error, status icon text tooltip
This commit is contained in:
parent
8310708c92
commit
4c5efad9dc
4 changed files with 59 additions and 11 deletions
|
@ -1,4 +1,4 @@
|
|||
cmake_minimum_required(VERSION 3.0)
|
||||
cmake_minimum_required(VERSION 3.3)
|
||||
project(squawkUI)
|
||||
|
||||
# Instruct CMake to run moc automatically when needed.
|
||||
|
@ -8,7 +8,8 @@ set(CMAKE_AUTOUIC ON)
|
|||
|
||||
# Find the QtWidgets library
|
||||
find_package(Qt5 CONFIG REQUIRED COMPONENTS Widgets DBus Core)
|
||||
find_package(Boost 1.36.0 CONFIG REQUIRED)
|
||||
find_package(Boost 1.36.0 CONFIG REQUIRED COMPONENTS
|
||||
date_time filesystem iostreams)
|
||||
if(Boost_FOUND)
|
||||
include_directories(${Boost_INCLUDE_DIRS})
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue