mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-14 16:44:37 +00:00
Modified includepath in order to compile by shell
This commit is contained in:
parent
8d71a48121
commit
58b8a543fe
@ -1,7 +1,7 @@
|
||||
TEMPLATE = lib
|
||||
CONFIG += plugin
|
||||
INCLUDEPATH += ../.. ../../../../sf ../../../../code/lib/glew/include
|
||||
LIBPATH += ../../../../code/lib/glew/lib/
|
||||
#LIBPATH += ../../../../code/lib/glew/lib/
|
||||
HEADERS = meshrender.h textfile.h
|
||||
SOURCES = meshrender.cpp textfile.cpp
|
||||
TARGET = meshrender
|
||||
@ -9,7 +9,7 @@ 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 += glew32.lib QtXml4.lib
|
||||
win32:LIBS += ../../../../code/lib/glew/lib/glew32.lib QtXml4.lib
|
||||
|
||||
unix{
|
||||
QMAKE_CC = gcc-3.3
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user