TEMPLATE = lib CONFIG *= staticlib TARGET = x3dgraphtester HEADERS = \ GraphTester.h \ GraphTesterAbstractVisitor.h \ GraphTesterStateVariables.h \ SOURCES = \ GraphTester.cpp \ GraphTesterAbstractVisitor.cpp \ GraphTesterStateVariables.cpp \ include(../../../X3DToolKit.pri) INCLUDEPATH += ../../../../include/X3DTK INCLUDEPATH += ../../../../include/X3DTK/private DESTDIR = ../../../../lib/static OBJECTS_DIR = ../../../../obj