summaryrefslogtreecommitdiffstats
path: root/tests/auto/installer/archivefactory/tst_archivefactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/installer/archivefactory/tst_archivefactory.cpp')
-rw-r--r--tests/auto/installer/archivefactory/tst_archivefactory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/installer/archivefactory/tst_archivefactory.cpp b/tests/auto/installer/archivefactory/tst_archivefactory.cpp
index a00f8c815..0c1a7b6f6 100644
--- a/tests/auto/installer/archivefactory/tst_archivefactory.cpp
+++ b/tests/auto/installer/archivefactory/tst_archivefactory.cpp
@@ -91,7 +91,7 @@ private slots:
QTest::newRow("LibArchive")
<< "LibArchive" << "myfile.zip"
<< (QStringList() << "tar" << "tar.gz" << "tar.bz2" << "tar.xz" << "zip" << "7z" << "qbsp");
-#else
+#elif defined(IFW_LIB7Z)
QTest::newRow("Lib7z")
<< "Lib7z" << "myfile.7z" << (QStringList() << "7z" << "qbsp");
#endif