* Create AppImage package using linuxdeployqt in Travis CI * Renamed appPath() to sharedDataPath() * Fixed include error in tutorial
This commit is contained in:
+7
-2
@@ -516,6 +516,11 @@ configure_file(
|
||||
)
|
||||
|
||||
#configure the versioning file
|
||||
configure_file(
|
||||
${CMAKE_SOURCE_DIR}/cmake/version.txt.in
|
||||
${CMAKE_BINARY_DIR}/version.txt
|
||||
)
|
||||
|
||||
configure_file(
|
||||
${CMAKE_SOURCE_DIR}/cmake/productVersion.h.in
|
||||
${CMAKE_BINARY_DIR}/src/lib_gui/productVersion.h
|
||||
@@ -779,8 +784,8 @@ set_property(
|
||||
if (WIN32)
|
||||
set_target_properties(${TEST_PROJECT_NAME} PROPERTIES COMPILE_FLAGS "/bigobj")
|
||||
set_property(
|
||||
TARGET ${TEST_PROJECT_NAME}
|
||||
PROPERTY VS_DEBUGGER_WORKING_DIRECTORY
|
||||
TARGET ${TEST_PROJECT_NAME}
|
||||
PROPERTY VS_DEBUGGER_WORKING_DIRECTORY
|
||||
"${CMAKE_SOURCE_DIR}/bin/test")
|
||||
endif ()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user