[vbox-dev] [PATCH] Qt check for mandatory lrelease.exe

Bodo bopi at users.sourceforge.net
Mon Nov 12 11:16:22 GMT 2012


===================================================================
--- a/configure.vbs	(revision 43847)
+++ b/configure.vbs	(working copy)
@@ -2078,6 +2078,7 @@
 
    if   LogFileExists(strPathQt4, "bin/moc.exe") _
     And LogFileExists(strPathQt4, "bin/uic.exe") _
+    And LogFileExists(strPathQt4, "bin/lrelease.exe") _
     And LogFileExists(strPathQt4, "include/Qt/qwidget.h") _
     And LogFileExists(strPathQt4, "include/QtGui/QApplication") _
     And LogFileExists(strPathQt4, "include/QtNetwork/QHostAddress") _


This Patch is contributed under the MIT license

Regards
Bodo





More information about the vbox-dev mailing list