stripping binaries

This commit is contained in:
Vadim Kurland
2011-04-15 20:52:55 -07:00
parent ff370be984
commit b3dbf7ce48
+4 -1
View File
@@ -15,6 +15,9 @@ HAVE_CPPUNIT = @HAVE_CPPUNIT@
CPPUNIT_CFLAGS = @CPPUNIT_CFLAGS@
CPPUNIT_LIBS = @CPPUNIT_LIBS@
CONFIG -= nostrip
CONFIG += release
unix {
PREFIX = @PREFIX@
@@ -61,7 +64,7 @@ unix {
PKGLOCALEDIR = $$res.path/locale
CONFIG += warn_on debug
CONFIG += warn_on
}
}