mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 07:47:30 +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)
|
||||
link_hifi_libraries(shared)
|
||||
|
||||
target_include_directories(${TARGET_NAME} PRIVATE "${CMAKE_BINARY_DIR}/includes")
|
||||
|
||||
if (WIN32)
|
||||
# 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)
|
||||
|
|
|
@ -19,7 +19,6 @@
|
|||
#include <QtCore/QThread>
|
||||
#include <QtNetwork/QHostInfo>
|
||||
|
||||
#include <ApplicationVersion.h>
|
||||
#include <LogHandler.h>
|
||||
#include <UUID.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue