forked from qt-creator/qt-creator
Fix pluginspec test for Windows release builds
Used a wrong name for the plugin library Change-Id: Ic1cff07387b660a641c2f43bfb913bd8b8668c5c Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -4,7 +4,7 @@ if(APPLE)
|
|||||||
elseif(UNIX)
|
elseif(UNIX)
|
||||||
set(plugin_output_name "libtest")
|
set(plugin_output_name "libtest")
|
||||||
else()
|
else()
|
||||||
set(plugin_output_name "testd")
|
set(plugin_output_name "test$<$<CONFIG:Debug>:d>")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
file(RELATIVE_PATH TEST_PLUGIN_PATH ${QtCreator_BINARY_DIR} ${CMAKE_CURRENT_BINARY_DIR})
|
file(RELATIVE_PATH TEST_PLUGIN_PATH ${QtCreator_BINARY_DIR} ${CMAKE_CURRENT_BINARY_DIR})
|
||||||
|
|||||||
Reference in New Issue
Block a user