mirror of
https://github.com/lubosz/overte.git
synced 2025-04-19 17:03:43 +02:00
Fix gcc error.
This commit is contained in:
parent
e35e76afd7
commit
fcd8a47bec
1 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,9 @@ SET(CMAKE_AUTOMOC ON)
|
|||
|
||||
setup_hifi_project(Core Widgets)
|
||||
|
||||
# Add compiler flags for building executables (-fPIE)
|
||||
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
|
||||
|
||||
# Qt includes
|
||||
include_directories(${CMAKE_CURRENT_SOURCE_DIR})
|
||||
include_directories(${Qt5Core_INCLUDE_DIRS})
|
||||
|
|
Loading…
Reference in a new issue