From: Andrey Paskal Date: Wed, 25 Oct 2017 15:09:18 +0000 (+0300) Subject: Debug mode on X-Git-Url: https://gitweb.ananas.su/?a=commitdiff_plain;h=5d8ce94984431c5c4332f91b1af8dbd42667fecf;p=projects%2Fananas-labs-qt4.git Debug mode on --- diff --git a/src/ananas.pri b/src/ananas.pri index fbf64d0..9520361 100644 --- a/src/ananas.pri +++ b/src/ananas.pri @@ -3,7 +3,7 @@ CONFIG += qt warn_on release thread #LANGUAGE = C++ QT += qt3support sql xml -CONFIG += warn_on designer +CONFIG += debug warn_on designer unix { UI_DIR = .ui @@ -21,4 +21,5 @@ win32 { # LIBS += -L..\..\plugins -lananasplugin } -INCLUDEPATH +=$(QTDIR)/include/qdataschema +# INCLUDEPATH +=$(QTDIR)/include/qdataschema +INCLUDEPATH +=$$[QT_INSTALL_HEADERS]/qdataschema diff --git a/src/designer/designer.pro b/src/designer/designer.pro index dca0499..b4f1e1e 100644 --- a/src/designer/designer.pro +++ b/src/designer/designer.pro @@ -3,7 +3,7 @@ include(../lib/lib.pri) TARGET = ananas-designer TEMPLATE = app -CONFIG += designer +CONFIG += designer debug DESTDIR = ../../bin diff --git a/src/lib/lib.pro b/src/lib/lib.pro index 1709387..72fe1c9 100644 --- a/src/lib/lib.pro +++ b/src/lib/lib.pro @@ -7,7 +7,7 @@ QT += scripttools TARGET = ananas TEMPLATE = lib -shared:CONFIG += dll +shared:CONFIG += dll debug unix:VERSION = 1.0.1 DESTDIR = ../../lib diff --git a/src/plugins/plugins.pro b/src/plugins/plugins.pro index 676543b..f7b8c49 100644 --- a/src/plugins/plugins.pro +++ b/src/plugins/plugins.pro @@ -9,7 +9,7 @@ QT += script QT += scripttools TEMPLATE = lib -shared:CONFIG += dll plugin +shared:CONFIG += dll plugin debug DESTDIR = ../../lib/designer DLLDESTDIR = ../../bin