From 5df71ea196e9aa899e77041b074f98259649713d Mon Sep 17 00:00:00 2001 From: Paolo Cignoni cignoni Date: Wed, 25 Jan 2006 03:00:23 +0000 Subject: [PATCH] added shadersDialog.cpp and shadersDialog.h --- src/meshlabplugins/meshrender/meshrender.pro | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/meshlabplugins/meshrender/meshrender.pro b/src/meshlabplugins/meshrender/meshrender.pro index b5513166e..fa714c039 100644 --- a/src/meshlabplugins/meshrender/meshrender.pro +++ b/src/meshlabplugins/meshrender/meshrender.pro @@ -2,14 +2,15 @@ TEMPLATE = lib CONFIG += plugin INCLUDEPATH += ../.. ../../../../sf ../../../../code/lib/glew/include #LIBPATH += ../../../../code/lib/glew/lib/ -HEADERS = meshrender.h textfile.h -SOURCES = meshrender.cpp textfile.cpp +HEADERS = meshrender.h textfile.h shaderStructs.h shadersDialog.h +SOURCES = meshrender.cpp textfile.cpp shadersDialog.cpp TARGET = meshrender DESTDIR = ../../meshlab/plugins # the following line is needed to avoid mismatch between # the awful min/max macros of windows and the limits max win32:DEFINES += NOMINMAX win32:LIBS += ../../../../code/lib/glew/lib/glew32.lib QtXml4.lib +FORMS = shadersDialog.ui unix{ QMAKE_CC = gcc-3.3