Ensured that unit tests run in the directory containing the QHttpEngine library.

This commit is contained in:
Nathan Osman
2015-07-18 17:14:22 -07:00
parent 5eb09aa180
commit 3f51d915ad
4 changed files with 18 additions and 31 deletions

View File

@@ -4,9 +4,6 @@ set(SRC
add_executable(fileserver ${SRC})
target_link_libraries(fileserver QHttpEngine)
set_target_properties(fileserver PROPERTIES
RUNTIME_OUTPUT_DIRECTORY "${PROJECT_BINARY_DIR}"
)
install(TARGETS fileserver
RUNTIME DESTINATION "${EXAMPLE_DIR}"