Skip to content

Instantly share code, notes, and snippets.

@hnaohiro
Created March 13, 2013 16:11
Show Gist options
  • Save hnaohiro/5153635 to your computer and use it in GitHub Desktop.
Save hnaohiro/5153635 to your computer and use it in GitHub Desktop.
#-------------------------------------------------
#
# Project created by QtCreator 2013-03-14T00:52:51
#
#-------------------------------------------------
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = VTK_sample
TEMPLATE = app
INCLUDEPATH += C:/VTK C:/VTK/GUISupport/Qt C:/VTK/Common C:/VTK/Rendering C:/VTK/Filtering
LIBS += -LC:/VTK/bin/Debug -lvtkCommon -lvtksys -lQVTK -lvtkViews -lvtkWidgets -lvtkInfovis -lvtkRendering -lvtkGraphics -lvtkImaging -lvtkIO -lvtkFiltering -lvtklibxml2 -lvtkDICOMParser -lvtkpng -lvtkpng -lvtktiff -lvtkzlib -lvtkjpeg -lvtkalglib -lvtkexpat -lvtkverdict -lvtkmetaio -lvtkNetCDF -lvtksqlite -lvtkexoIIc -lvtkftgl -lvtkfreetype -lvtkHybrid
SOURCES += main.cpp\
mainwindow.cpp
HEADERS += mainwindow.h
FORMS += mainwindow.ui
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment