remove debug from default .pro file

This commit is contained in:
Jean-Francois Dockes 2010-05-16 09:49:10 +02:00
parent b699bbe78f
commit c1b78cc445

View File

@ -1,7 +1,7 @@
TEMPLATE = app
LANGUAGE = C++
CONFIG += qt warn_on thread release debug
CONFIG += qt warn_on thread release
HEADERS += \
../qtgui/advsearch_w.h \