From 9117e2b076399e56d3c74642ca1c1f4731339131 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Sat, 2 May 2015 13:34:49 +0300 Subject: Typo fixes. --- manual tests/6 qt4/main.cpp | 2 +- manual tests/6 qt4/meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'manual tests') 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 -- cgit v1.2.1