summaryrefslogtreecommitdiff
path: root/manual tests
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2015-05-02 13:34:49 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2015-05-02 13:34:49 +0300
commit9117e2b076399e56d3c74642ca1c1f4731339131 (patch)
tree93b6568710a157c79151205bb9587f9158b77e04 /manual tests
parent075b25424eed8efbfc8e8b65bd923add98d552d7 (diff)
downloadmeson-9117e2b076399e56d3c74642ca1c1f4731339131.tar.gz
Typo fixes.
Diffstat (limited to 'manual tests')
-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 4c257a4ba..30fcd4b28 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 b9694d96a..94f78abf1 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