summaryrefslogtreecommitdiffstats
path: root/qmake/option.cpp
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2014-11-28 19:47:55 +0100
committerOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2015-02-02 11:14:27 +0000
commitafd40dd12393e1b02776a835b17598d27db113a0 (patch)
treeeeb173aed74ca865fde824b48efa51e453c479eb /qmake/option.cpp
parent44fca87241e457bcb7f7ebd81eb7ae6d7b7f7868 (diff)
avoid direct use of QLibraryInfo as much as possible
Change-Id: Ic1f5f5167181b15bc67bf4c6a1001532d0058b45 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
Diffstat (limited to 'qmake/option.cpp')
-rw-r--r--qmake/option.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qmake/option.cpp b/qmake/option.cpp
index 4fcf0d7bdb..cb851229b4 100644
--- a/qmake/option.cpp
+++ b/qmake/option.cpp
@@ -37,7 +37,7 @@
#include <qregexp.h>
#include <qhash.h>
#include <qdebug.h>
-#include <qsettings.h>
+#include <qlibraryinfo.h>
#include <stdlib.h>
#include <stdarg.h>