diff options
Diffstat (limited to 'src/qt-test.cpp')
-rw-r--r-- | src/qt-test.cpp | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/qt-test.cpp b/src/qt-test.cpp index 6f3797a..61ddbc7 100644 --- a/src/qt-test.cpp +++ b/src/qt-test.cpp @@ -1,7 +1,10 @@ -/* This file is part of mingw-cross-env. */ -/* See doc/index.html for further information. */ +/* + * This file is part of MXE. + * See index.html for further information. + */ #include <QApplication> +#include <QtPlugin> #include "ui_qt-test.h" #ifdef Q_OS_AIX |