diff options
author | Cristian Adam <[email protected]> | 2021-07-29 14:44:48 +0200 |
---|---|---|
committer | Cristian Adam <[email protected]> | 2021-09-10 12:43:19 +0000 |
commit | be2466dfa72b26befc9b27c6f27e4d74f4acd6f4 (patch) | |
tree | 48fda4210362c9f1203e63cbc4861822ca0b82c7 /src/libs/qtcreatorcdbext | |
parent | 2fc0ce4843299ea1587b167184c397ad0a99446d (diff) |
CMake: Remove major version number dll suffix
This was done to have qmake parity when we compared the qmake and cmake
release builds.
Since we are past that now, and the cmake build is the one used to do
releases, we can drop the number from the dlls.
Change-Id: I60d1b368daf4258884c239204c2e3c18f244e930
Reviewed-by: Orgad Shaneh <[email protected]>
Reviewed-by: Eike Ziller <[email protected]>
Diffstat (limited to 'src/libs/qtcreatorcdbext')
-rw-r--r-- | src/libs/qtcreatorcdbext/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libs/qtcreatorcdbext/CMakeLists.txt b/src/libs/qtcreatorcdbext/CMakeLists.txt index c2a7c60a2ef..22808c284dd 100644 --- a/src/libs/qtcreatorcdbext/CMakeLists.txt +++ b/src/libs/qtcreatorcdbext/CMakeLists.txt @@ -39,7 +39,6 @@ endforeach() add_qtc_library(qtcreatorcdbext COMPONENT qtcreatorcdbext - UNVERSIONED DEPENDS ${DbgEngLib} DESTINATION lib/qtcreatorcdbext${ArchSuffix}/ SOURCES |