diff --git a/.gitignore b/.gitignore index 7785dabf..1bb2dccf 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,7 @@ cmd/miqt-uic/miqt-uic cmd/miqt-rcc/miqt-rcc examples/helloworld/helloworld +examples/helloworld6/helloworld6 examples/helloworld/helloworld.exe examples/mdoutliner/mdoutliner examples/mdoutliner/mdoutliner.exe @@ -28,7 +29,6 @@ examples/uidesigner/uidesigner examples/uidesigner/uidesigner.exe examples/libraries/extras-scintillaedit/extras-scintillaedit examples/libraries/qt-qprintsupport/qt-qprintsupport -examples/libraries/qt6/qt6 examples/libraries/restricted-extras-qscintilla/restricted-extras-qscintilla # android temporary build files diff --git a/examples/libraries/qt6/main.go b/examples/helloworld6/main.go similarity index 100% rename from examples/libraries/qt6/main.go rename to examples/helloworld6/main.go