diff options
author | Thiago Macieira <thiago.macieira@nokia.com> | 2011-02-10 13:38:35 (GMT) |
---|---|---|
committer | Thiago Macieira <thiago.macieira@nokia.com> | 2011-02-17 15:02:14 (GMT) |
commit | 1d8ebff955d357d3723487308e2906a12c6c043b (patch) | |
tree | d784db01d966a536401f448182bfccad0f2f6816 /tests/auto/qdbusmarshall/test | |
parent | cc2db7a49c9208a00a913f7c4a410009814a5580 (diff) | |
download | Qt-1d8ebff955d357d3723487308e2906a12c6c043b.zip Qt-1d8ebff955d357d3723487308e2906a12c6c043b.tar.gz Qt-1d8ebff955d357d3723487308e2906a12c6c043b.tar.bz2 |
QtDBus: Make sure we can receive unknown types
We must make sure we advance the receiving iterator, or we end up in
an infinite loop.
Task-number: QTBUG-17476
Diffstat (limited to 'tests/auto/qdbusmarshall/test')
-rw-r--r-- | tests/auto/qdbusmarshall/test/test.pro | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/auto/qdbusmarshall/test/test.pro b/tests/auto/qdbusmarshall/test/test.pro index 8901999..71fc656 100644 --- a/tests/auto/qdbusmarshall/test/test.pro +++ b/tests/auto/qdbusmarshall/test/test.pro @@ -5,4 +5,5 @@ TARGET = ../tst_qdbusmarshall QT = core QT += dbus - +LIBS += $$QT_LIBS_DBUS +QMAKE_CXXFLAGS += $$QT_CFLAGS_DBUS |