Index: /trunk/configure
===================================================================
--- /trunk/configure	(revision 60562)
+++ /trunk/configure	(revision 60563)
@@ -1685,4 +1685,5 @@
         qt5_ver=`pkg-config Qt5Core --modversion 2>> $LOG`
         if [ $? -eq 0 ]; then
+          echo "(Qt5 from pkg-config)" >> $LOG
           FLGQT5=`pkg-config Qt5Core --cflags`
           INCQT5=`strip_I "$FLGQT5"`
@@ -1704,4 +1705,5 @@
       # Do it the old way (e.g. user has specified QT5DIR):
       for q in $QT5DIR "$PWD/tools/linux.$TARGET_MACHINE"/qt/v5.*; do
+        echo "(Qt5 from '$q')" >> $LOG
         INCQT5="$q/include $q/include/QtCore"
         FLGQT5="-DQT_SHARED"
