WIP: fixes for Windows build.

This commit is contained in:
Matthias Koefferlein
2018-06-18 00:06:38 +02:00
parent e05c407d5e
commit 4f602bb394
4 changed files with 17 additions and 2 deletions
+6
View File
@@ -8,3 +8,9 @@ DEPENDPATH += $$DB_INC $$TL_INC $$GSI_INC $$PWD/common
LIBS += -L$$DESTDIR/.. -lklayout_db -lklayout_tl -lklayout_gsi
DEFINES += MAKE_DB_PLUGIN_LIBRARY
win32 {
# to avoid the major version being appended to the dll name - in this case -lxyz won't link it again
# because the library is called xyx0.dll.
CONFIG += skip_target_version_ext
}