diff options
author | Thiago Macieira <thiago.macieira@nokia.com> | 2010-04-21 07:20:54 (GMT) |
---|---|---|
committer | Thiago Macieira <thiago.macieira@nokia.com> | 2010-04-21 07:20:54 (GMT) |
commit | c39365020425d9ec80759418d7ac45b0208cb159 (patch) | |
tree | f4bf61effcec9da9e58bdfa98fd4a2396f51727e /tests/auto/bic | |
parent | 57e2e511ea3d67519a991fbd8fc814a606e50136 (diff) | |
download | Qt-c39365020425d9ec80759418d7ac45b0208cb159.zip Qt-c39365020425d9ec80759418d7ac45b0208cb159.tar.gz Qt-c39365020425d9ec80759418d7ac45b0208cb159.tar.bz2 |
[tst_bic] Fix compilation in non-X11/Mac/Windows platforms
Diffstat (limited to 'tests/auto/bic')
-rw-r--r-- | tests/auto/bic/tst_bic.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/bic/tst_bic.cpp b/tests/auto/bic/tst_bic.cpp index c4a8429..e0b529a 100644 --- a/tests/auto/bic/tst_bic.cpp +++ b/tests/auto/bic/tst_bic.cpp @@ -193,6 +193,7 @@ void tst_Bic::sizesAndVTables_data() #elif defined Q_OS_WIN && defined Q_CC_GNU # define FILESUFFIX "win32-gcc-ia32" #else +# define FILESUFFIX "nonsuch" QSKIP("No reference files found for this platform", SkipAll); #endif |