summaryrefslogtreecommitdiffstats
path: root/qmake/property.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/property.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/property.cpp')
-rw-r--r--qmake/property.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/qmake/property.cpp b/qmake/property.cpp
index 051e05693c..bf1bb58a31 100644
--- a/qmake/property.cpp
+++ b/qmake/property.cpp
@@ -36,6 +36,7 @@
#include <qdir.h>
#include <qsettings.h>
+#include <qlibraryinfo.h>
#include <qstringlist.h>
#include <stdio.h>