From 6491d1aede75dea0de3b5d594e628c4c144228ab Mon Sep 17 00:00:00 2001 From: mappu Date: Mon, 4 Nov 2024 22:11:51 +1300 Subject: [PATCH] examples/qt6: move libraries/qt6 to helloworld6 --- .gitignore | 2 +- examples/{libraries/qt6 => helloworld6}/main.go | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename examples/{libraries/qt6 => helloworld6}/main.go (100%) 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