mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 17:14:59 +02:00
Merge pull request #1594 from ey6es/master
Compile fixes (perhaps just for my version of Qt/GCC).
This commit is contained in:
commit
af74a73423
2 changed files with 4 additions and 2 deletions
|
@ -13,6 +13,7 @@
|
|||
#ifndef __hifi__HTTPConnection__
|
||||
#define __hifi__HTTPConnection__
|
||||
|
||||
#include <QDataStream>
|
||||
#include <QHash>
|
||||
#include <QHostAddress>
|
||||
#include <QIODevice>
|
||||
|
|
|
@ -8,13 +8,14 @@ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_SOURCE_DIR}/../../cm
|
|||
|
||||
set(TARGET_NAME octree-server)
|
||||
|
||||
find_package(Qt5Network REQUIRED)
|
||||
find_package(Qt5Widgets REQUIRED)
|
||||
|
||||
include(${MACRO_DIR}/SetupHifiLibrary.cmake)
|
||||
|
||||
setup_hifi_library(${TARGET_NAME} ${OPTIONAL_SRCS})
|
||||
|
||||
qt5_use_modules(${TARGET_NAME} Widgets)
|
||||
qt5_use_modules(${TARGET_NAME} Network Widgets)
|
||||
|
||||
include(${MACRO_DIR}/IncludeGLM.cmake)
|
||||
include_glm(${TARGET_NAME} ${ROOT_DIR})
|
||||
|
@ -32,4 +33,4 @@ link_hifi_library(shared ${TARGET_NAME} ${ROOT_DIR})
|
|||
link_hifi_library(octree ${TARGET_NAME} ${ROOT_DIR})
|
||||
|
||||
# link the embedded webserver
|
||||
link_hifi_library(embedded-webserver ${TARGET_NAME} ${ROOT_DIR})
|
||||
link_hifi_library(embedded-webserver ${TARGET_NAME} ${ROOT_DIR})
|
||||
|
|
Loading…
Reference in a new issue