mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-20 11:26:11 +00:00
11 lines
196 B
Plaintext
11 lines
196 B
Plaintext
unix:CONFIG(release, debug|release) {
|
|
DEFINES *= NDEBUG
|
|
}
|
|
|
|
#not showing warnings from external libraries
|
|
QMAKE_CXXFLAGS+=-w
|
|
QMAKE_CFLAGS+=-w
|
|
|
|
DESTDIR = $$MESHLAB_DISTRIB_EXT_DIRECTORY
|
|
|