mirror of
https://github.com/lubosz/overte.git
synced 2025-05-30 20:03:16 +02:00
include application version in networking
This commit is contained in:
parent
1e2ae87dee
commit
1646ac55ef
2 changed files with 2 additions and 1 deletions
|
@ -2,6 +2,8 @@ set(TARGET_NAME networking)
|
||||||
setup_hifi_library(Network)
|
setup_hifi_library(Network)
|
||||||
link_hifi_libraries(shared)
|
link_hifi_libraries(shared)
|
||||||
|
|
||||||
|
target_include_directories(${TARGET_NAME} PRIVATE "${CMAKE_BINARY_DIR}/includes")
|
||||||
|
|
||||||
if (WIN32)
|
if (WIN32)
|
||||||
# we need ws2_32.lib on windows, but it's static so we don't bubble it up
|
# we need ws2_32.lib on windows, but it's static so we don't bubble it up
|
||||||
target_link_libraries(${TARGET_NAME} ws2_32.lib)
|
target_link_libraries(${TARGET_NAME} ws2_32.lib)
|
||||||
|
|
|
@ -19,7 +19,6 @@
|
||||||
#include <QtCore/QThread>
|
#include <QtCore/QThread>
|
||||||
#include <QtNetwork/QHostInfo>
|
#include <QtNetwork/QHostInfo>
|
||||||
|
|
||||||
#include <ApplicationVersion.h>
|
|
||||||
#include <LogHandler.h>
|
#include <LogHandler.h>
|
||||||
#include <UUID.h>
|
#include <UUID.h>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue