Tests: rewrite boost test inclusion properly.

This commit is contained in:
Bill King
2011-03-07 12:59:26 +01:00
parent 3e77509384
commit 985abdbb46
2 changed files with 2 additions and 1 deletions

View File

@@ -85,7 +85,7 @@
#include <vector>
#define USE_PRIVATE 1
#define USE_BOOST 1
//#define USE_BOOST 1
#if USE_BOOST
#include <boost/optional.hpp>

View File

@@ -8,6 +8,7 @@ SOURCES += simple_gdbtest_app.cpp
QT += network
QT += script
#unix: QMAKE_CXXFLAGS += -msse2
#DEFINES += USE_BOOST=1
message("this says <foo & bar>")