Fix Qt version detection, qtDetected must not be a bool

This commit is contained in:
Adrian Schröter
2017-06-09 09:34:55 +02:00
parent 2bbb0844b5
commit 11e35ce7af
+1 -1
View File
@@ -54,7 +54,7 @@ bool alwaysOwerwriteEnabled = false;
QStringList librarySearchPath; QStringList librarySearchPath;
bool appstoreCompliant = false; bool appstoreCompliant = false;
int logLevel = 1; int logLevel = 1;
bool qtDetected = 0; int qtDetected = 0;
bool qtDetectionComplete = 0; // As long as Qt is not detected yet, ldd may encounter "not found" messages, continue anyway bool qtDetectionComplete = 0; // As long as Qt is not detected yet, ldd may encounter "not found" messages, continue anyway
bool deployLibrary = false; bool deployLibrary = false;