summaryrefslogtreecommitdiffstats
path: root/tools/assistant/tools/assistant/installdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/assistant/tools/assistant/installdialog.cpp')
-rw-r--r--tools/assistant/tools/assistant/installdialog.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/assistant/tools/assistant/installdialog.cpp b/tools/assistant/tools/assistant/installdialog.cpp
index 5a8dfeaf8..2574f1f8b 100644
--- a/tools/assistant/tools/assistant/installdialog.cpp
+++ b/tools/assistant/tools/assistant/installdialog.cpp
@@ -56,6 +56,7 @@
#include <QtNetwork/QHttp>
QT_BEGIN_NAMESPACE
+#ifndef QT_NO_HTTP
#define QCH_FILENAME 92943
#define QCH_NAMESPACE 92944
@@ -335,4 +336,5 @@ void InstallDialog::browseDirectories()
m_ui.pathLineEdit->setText(dir);
}
+#endif
QT_END_NAMESPACE