WIP: futher fixes for Windows build.

This commit is contained in:
Matthias Koefferlein 2018-06-18 00:19:18 +02:00
parent 81a1e6fd1a
commit 4744c90557
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ QT = core
# - PYA (Python binding for GSI)
INCLUDEPATH += $$PYTHONINCLUDE $$INC/tl/tl $$INC/pya/pya
DEPENDPATH += $$PYTHONINCLUDE $$INC/tl/tl $$INC/pya/pya
LIBS += $$PYTHONLIBFILE -L$$LIBDIR -lklayout_tl -lklayout_pya
LIBS += $$PYTHONLIBFILE -L$$LIBDIR -lklayout_tl -lklayout_pya -lklayout_gsi
# Also include DB as this is our sample
INCLUDEPATH += $$INC/db/db