mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-22 18:07:12 +01:00
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.
This commit is contained in:
parent
6bd7beb194
commit
4a3a3116c5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user