WIP: futher fixes for Windows build.

This commit is contained in:
Matthias Koefferlein 2018-06-18 00:15:43 +02:00
parent 4f602bb394
commit 81a1e6fd1a
2 changed files with 12 additions and 0 deletions

View File

@ -45,6 +45,12 @@ PLUGINPATH += \
INCLUDEPATH += $$PLUGINPATH
DEPENDPATH += $$PLUGINPATH
LIBS += -L$$DESTDIR/db_plugins \
-lgds2 \
-lcif \
-loasis \
-ldxf \
INCLUDEPATH += $$RBA_INC
DEPENDPATH += $$RBA_INC

View File

@ -30,3 +30,9 @@ PLUGINPATH += \
INCLUDEPATH += $$PLUGINPATH
DEPENDPATH += $$PLUGINPATH
LIBS += -L$$DESTDIR_UT/db_plugins \
-lgds2 \
-lcif \
-loasis \
-ldxf \