aboutsummaryrefslogtreecommitdiff
path: root/qt/common/smart-ptr/makefile
diff options
context:
space:
mode:
authorConstantin Michael <constantin@codesynthesis.com>2011-04-19 09:48:20 +0200
committerConstantin Michael <constantin@codesynthesis.com>2011-04-22 18:52:24 +0200
commitcb7359cbe30940debf8137508cd987220c038081 (patch)
treefee8fbd0ee426942a28536bc7b74d98ee6750630 /qt/common/smart-ptr/makefile
parente08eeb9e5da87a729992c5a1d14bfd62f4ed2205 (diff)
Update qt/smart-ptr implementation test
Diffstat (limited to 'qt/common/smart-ptr/makefile')
-rw-r--r--qt/common/smart-ptr/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt/common/smart-ptr/makefile b/qt/common/smart-ptr/makefile
index f8e75d4..a7742f2 100644
--- a/qt/common/smart-ptr/makefile
+++ b/qt/common/smart-ptr/makefile
@@ -35,7 +35,7 @@ $(call import,\
# Build.
#
$(driver): $(cxx_obj) $(odb_qt.l) $(common.l) $(qt_core.l)
-$(cxx_obj) $(cxx_od): cpp_options := -I$(out_base) -I$(src_base)
+$(cxx_obj) $(cxx_od): cpp_options := -I$(out_base) -I$(src_base) -DQWEAKPOINTER_ENABLE_ARROW
$(cxx_obj) $(cxx_od): $(common.l.cpp-options) $(odb_qt.l.cpp-options) \
$(qt_core.l.cpp-options)