include application version in networking

This commit is contained in:
Stephen Birarda 2016-01-04 15:32:07 -08:00
parent 1e2ae87dee
commit 1646ac55ef
2 changed files with 2 additions and 1 deletions

View file

@ -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)

View file

@ -19,7 +19,6 @@
#include <QtCore/QThread>
#include <QtNetwork/QHostInfo>
#include <ApplicationVersion.h>
#include <LogHandler.h>
#include <UUID.h>