examples/mainwindow/main.cpp
@@ -1,9 +1,12 @@ // Copyright (C) 2023-2024 Stdware Collections // SPDX-License-Identifier: Apache-2.0 #include <QtWidgets/QApplication> #include "mainwindow.h" int main(int argc, char *argv[]) { qputenv("QT_WIN_DEBUG_CONSOLE", "1"); qputenv("QT_WIN_DEBUG_CONSOLE", "attach"); qputenv("QSG_INFO", "1"); #if 0 qputenv("QT_WIDGETS_RHI", "1");