diff --git a/src/build_models/plugin_auxingrowth.pro b/src/build_models/plugin_auxingrowth.pro --- a/src/build_models/plugin_auxingrowth.pro +++ b/src/build_models/plugin_auxingrowth.pro @@ -19,8 +19,8 @@ # Copyright 2010 Roeland Merks. # -CONFIG -= release -CONFIG += debug +CONFIG += release +CONFIG -= debug CONFIG += plugin BINDIR = ../../bin @@ -30,6 +30,8 @@ TARGET = auxingrowth HEADERS = ../simplugin.h $${TARGET}plugin.h QMAKE_CXXFLAGS += -fexceptions -I.. QMAKE_CXXFLAGS_DEBUG += -g3 +QMAKE_CXXFLAGS_DEBUG += -DQDEBUG + QT += qt3support SOURCES = $${TARGET}plugin.cpp TEMPLATE = lib