create powershell script for running qt app on windows

This commit is contained in:
talksik
2026-01-09 16:34:04 -08:00
parent 5215938ebe
commit 947617ef37
2 changed files with 23 additions and 1 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
int main(int argc, char *argv[])
{
qDebug() << "Hello world";
qDebug() << "Hello test";
QGuiApplication app(argc, argv);