Mercurial > trustbridge
comparison ui/CMakeLists.txt @ 994:8fb1b912fd8e
Add test using the default download server used by the software
This should help to highlight problems in the real environement
but needs to be adapted when the server / server layout changes
just as the software..
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Mon, 01 Sep 2014 13:14:10 +0200 |
parents | 2949f1842955 |
children | 4f999c7821ce |
comparison
equal
deleted
inserted
replaced
993:561cc777e0b6 | 994:8fb1b912fd8e |
---|---|
8 include_directories(${Qt5Widgets_INCLUDE_DIRS}) | 8 include_directories(${Qt5Widgets_INCLUDE_DIRS}) |
9 include_directories(${POLARSSL_INCLUDE_DIR}) | 9 include_directories(${POLARSSL_INCLUDE_DIR}) |
10 include_directories(${CMAKE_SOURCE_DIR}/common) | 10 include_directories(${CMAKE_SOURCE_DIR}/common) |
11 include_directories(${CMAKE_BINARY_DIR}/common) | 11 include_directories(${CMAKE_BINARY_DIR}/common) |
12 add_definitions(${Qt5Widgets_DEFINITIONS}) | 12 add_definitions(${Qt5Widgets_DEFINITIONS}) |
13 | |
14 message(STATUS "Using ${DOWNLOAD_SERVER} as download server for updates.") | |
15 add_definitions(-DSERVER_URL="${DOWNLOAD_SERVER}") | |
13 | 16 |
14 find_package(Qt5LinguistTools) | 17 find_package(Qt5LinguistTools) |
15 find_package(CURL) | 18 find_package(CURL) |
16 | 19 |
17 include_directories(${CURL_INCLUDE_DIRS}) | 20 include_directories(${CURL_INCLUDE_DIRS}) |