Skip to content

Commit

Permalink
Updated SpiersView to correct paths to VTK under Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
alanspencer committed Nov 14, 2021
1 parent 988e166 commit 1a897f5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions SPIERSview/SPIERSview.pro
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ OBJECTS_DIR += build

# Windows common build here
win32 {
INCLUDEPATH += "$$PWD/../../../../../msys64/mingw64/include/vtk-8.1"
INCLUDEPATH += "C://msys64/mingw64/include/vtk-8.1"

LIBS += -L$$PWD/../../../../../msys64/mingw64/lib \
LIBS += -L$$C://msys64/mingw64/lib \
# VTK - Libary
# libvtk* name to match static lib created
-llibvtkCommonExecutionModel-8.1 \
Expand Down Expand Up @@ -116,7 +116,6 @@ win32 {
-llibvtkRenderingContextOpenGL2-8.1 \
-llibvtkRenderingFreeType-8.1 \
-llibvtkRenderingOpenGL2-8.1 \
-llibvtksqlite-8.1 \
-llibvtkverdict-8.1 \
-llibvtkCommonCore-8.1 \
-llibvtkChartsCore-8.1 \
Expand Down

0 comments on commit 1a897f5

Please sign in to comment.