From 4a3a3116c5fd2b771ccd56b21923e1a29cc0cb57 Mon Sep 17 00:00:00 2001 From: Syl Date: Sun, 6 Jul 2014 11:28:54 +0200 Subject: [PATCH] qt5: added qtmain to the possible lib on Windows, build with QTMAIN and subsystem="windows" to create a Qt app without the console, Qt will use your "main" and manage the "WinMain" for you. --- waflib/Tools/qt5.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/waflib/Tools/qt5.py b/waflib/Tools/qt5.py index 932b5692..06707cb2 100644 --- a/waflib/Tools/qt5.py +++ b/waflib/Tools/qt5.py @@ -99,7 +99,9 @@ EXT_QT5 = ['.cpp', '.cc', '.cxx', '.C'] File extensions of C++ files that may require a .moc processing """ -QT5_LIBS = '''Qt5Bluetooth +QT5_LIBS = ''' +qtmain +Qt5Bluetooth Qt5CLucene Qt5Concurrent Qt5Core