From 985abdbb464aecb3a1c5b8dabfe16d4600d5d36a Mon Sep 17 00:00:00 2001 From: Bill King Date: Mon, 7 Mar 2011 12:59:26 +0100 Subject: [PATCH] Tests: rewrite boost test inclusion properly. --- tests/manual/gdbdebugger/simple/simple_gdbtest_app.cpp | 2 +- tests/manual/gdbdebugger/simple/simple_gdbtest_app.pro | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/manual/gdbdebugger/simple/simple_gdbtest_app.cpp b/tests/manual/gdbdebugger/simple/simple_gdbtest_app.cpp index 64415556c93..f65ab71a35b 100644 --- a/tests/manual/gdbdebugger/simple/simple_gdbtest_app.cpp +++ b/tests/manual/gdbdebugger/simple/simple_gdbtest_app.cpp @@ -85,7 +85,7 @@ #include #define USE_PRIVATE 1 -#define USE_BOOST 1 +//#define USE_BOOST 1 #if USE_BOOST #include diff --git a/tests/manual/gdbdebugger/simple/simple_gdbtest_app.pro b/tests/manual/gdbdebugger/simple/simple_gdbtest_app.pro index 6e8d536322d..5c2d3a9e52c 100644 --- a/tests/manual/gdbdebugger/simple/simple_gdbtest_app.pro +++ b/tests/manual/gdbdebugger/simple/simple_gdbtest_app.pro @@ -8,6 +8,7 @@ SOURCES += simple_gdbtest_app.cpp QT += network QT += script #unix: QMAKE_CXXFLAGS += -msse2 +#DEFINES += USE_BOOST=1 message("this says ")