aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manual tests/6 qt4/main.cpp2
-rw-r--r--manual tests/6 qt4/meson.build2
2 files changed, 2 insertions, 2 deletions
diff --git a/manual tests/6 qt4/main.cpp b/manual tests/6 qt4/main.cpp
index 4c257a4..30fcd4b 100644
--- a/manual tests/6 qt4/main.cpp
+++ b/manual tests/6 qt4/main.cpp
@@ -12,7 +12,7 @@ int main(int argc, char **argv) {
if(qi2.width() != 640) {
return 1;
}
- win->setWindowTitle("Meson Qt5 build test");
+ win->setWindowTitle("Meson Qt4 build test");
win->show();
return app.exec();
diff --git a/manual tests/6 qt4/meson.build b/manual tests/6 qt4/meson.build
index b9694d9..94f78ab 100644
--- a/manual tests/6 qt4/meson.build
+++ b/manual tests/6 qt4/meson.build
@@ -1,4 +1,4 @@
-project('qt5 build test', 'cpp')
+project('qt4 build test', 'cpp')
# This is a manual test rather than an automatic one
# because during Debian package builds only Qt4 or Qt5