diff options
author | Olivier Goffart <ogoffart@trolltech.com> | 2009-10-15 07:52:42 (GMT) |
---|---|---|
committer | Olivier Goffart <ogoffart@trolltech.com> | 2009-10-15 07:52:42 (GMT) |
commit | e479ba841f62cc4af709e97f8085d7779e14e3e9 (patch) | |
tree | ac81095a63eb1becc00924ef7f8876b8a5240fe5 /tests/auto/qbuttongroup | |
parent | 5e92ae16f80d6a0a824744fa4a2bdb7d6ce726e0 (diff) | |
download | Qt-e479ba841f62cc4af709e97f8085d7779e14e3e9.zip Qt-e479ba841f62cc4af709e97f8085d7779e14e3e9.tar.gz Qt-e479ba841f62cc4af709e97f8085d7779e14e3e9.tar.bz2 |
Compile tests under Windows
Diffstat (limited to 'tests/auto/qbuttongroup')
-rw-r--r-- | tests/auto/qbuttongroup/tst_qbuttongroup.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qbuttongroup/tst_qbuttongroup.cpp b/tests/auto/qbuttongroup/tst_qbuttongroup.cpp index b568068..8b0335c 100644 --- a/tests/auto/qbuttongroup/tst_qbuttongroup.cpp +++ b/tests/auto/qbuttongroup/tst_qbuttongroup.cpp @@ -129,7 +129,7 @@ void tst_QButtonGroup::cleanup() } QT_BEGIN_NAMESPACE -extern bool qt_tab_all_widgets; +extern bool Q_GUI_EXPORT qt_tab_all_widgets; QT_END_NAMESPACE |