1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
no-module-include/main.cpp:1:10: warning: Module QtCore should not be included directly [-Wclazy-no-module-include]
no-module-include/main.cpp:2:10: warning: Module QtCore should not be included directly [-Wclazy-no-module-include]
no-module-include/main.cpp:3:10: warning: Module QtGui should not be included directly [-Wclazy-no-module-include]
no-module-include/main.cpp:4:10: warning: Module QtGui should not be included directly [-Wclazy-no-module-include]
no-module-include/main.cpp:5:10: warning: Module QtQml should not be included directly [-Wclazy-no-module-include]
no-module-include/main.cpp:6:10: warning: Module QtQml should not be included directly [-Wclazy-no-module-include]
no-module-include/main.cpp:7:10: warning: Module QtTest should not be included directly [-Wclazy-no-module-include]
no-module-include/main.cpp:8:10: warning: Module QtTest should not be included directly [-Wclazy-no-module-include]
no-module-include/main.cpp:9:10: warning: Module QtNetwork should not be included directly [-Wclazy-no-module-include]
no-module-include/main.cpp:10:10: warning: Module QtNetwork should not be included directly [-Wclazy-no-module-include]
no-module-include/main.cpp:11:10: warning: Module QtDBus should not be included directly [-Wclazy-no-module-include]
no-module-include/main.cpp:12:10: warning: Module QtDBus should not be included directly [-Wclazy-no-module-include]
no-module-include/main.cpp:13:10: warning: Module QtQuick should not be included directly [-Wclazy-no-module-include]
no-module-include/main.cpp:14:10: warning: Module QtQuick should not be included directly [-Wclazy-no-module-include]
no-module-include/main.cpp:15:10: warning: Module QtQmlModels should not be included directly [-Wclazy-no-module-include]
no-module-include/main.cpp:16:10: warning: Module QtQmlModels should not be included directly [-Wclazy-no-module-include]
no-module-include/main.cpp:17:10: warning: Module QtXml should not be included directly [-Wclazy-no-module-include]
no-module-include/main.cpp:18:10: warning: Module QtXml should not be included directly [-Wclazy-no-module-include]
no-module-include/main.cpp:19:10: warning: Module QtSvg should not be included directly [-Wclazy-no-module-include]
no-module-include/main.cpp:20:10: warning: Module QtSvg should not be included directly [-Wclazy-no-module-include]
no-module-include/main.cpp:21:10: warning: Module QtConcurrent should not be included directly [-Wclazy-no-module-include]
no-module-include/main.cpp:22:10: warning: Module QtConcurrent should not be included directly [-Wclazy-no-module-include]
no-module-include/main.cpp:23:10: warning: Module QtMultimedia should not be included directly [-Wclazy-no-module-include]
no-module-include/main.cpp:24:10: warning: Module QtMultimedia should not be included directly [-Wclazy-no-module-include]
no-module-include/main.cpp:25:10: warning: Module QtSql should not be included directly [-Wclazy-no-module-include]
no-module-include/main.cpp:26:10: warning: Module QtSql should not be included directly [-Wclazy-no-module-include]
no-module-include/main.cpp:27:10: warning: Module QtPrintSupport should not be included directly [-Wclazy-no-module-include]
no-module-include/main.cpp:28:10: warning: Module QtPrintSupport should not be included directly [-Wclazy-no-module-include]
no-module-include/main.cpp:29:10: warning: Module QtNetworkAuth should not be included directly [-Wclazy-no-module-include]
no-module-include/main.cpp:30:10: warning: Module QtNetworkAuth should not be included directly [-Wclazy-no-module-include]
no-module-include/main.cpp:31:10: warning: Module QtQuickTest should not be included directly [-Wclazy-no-module-include]
no-module-include/main.cpp:32:10: warning: Module QtQuickTest should not be included directly [-Wclazy-no-module-include]
|