diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2016-11-12 12:19:28 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-11-12 12:19:28 -0500 |
| commit | 28b70ba4e583cba7c9043a42ab8696547fc0dcbc (patch) | |
| tree | 974bb0722caf07d9ca04930fc0f15887c4b6b162 /test cases/frameworks/4 qt5/mainWindow.cpp | |
| parent | 1d9c40c9c311e2f015104dcfa568a9eaf82a1e76 (diff) | |
| parent | cedfa575f6144b9eb3ed9f777074c7b95ad52231 (diff) | |
| download | meson-28b70ba4e583cba7c9043a42ab8696547fc0dcbc.tar.gz | |
Merge pull request #1010 from centricular/qt5-broken-moc-detection
Overhaul Qt4/5 detection with pkg-config/qmake and improve moc/uic/rcc detection
Diffstat (limited to 'test cases/frameworks/4 qt5/mainWindow.cpp')
| -rw-r--r-- | test cases/frameworks/4 qt5/mainWindow.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/test cases/frameworks/4 qt5/mainWindow.cpp b/test cases/frameworks/4 qt5/mainWindow.cpp deleted file mode 100644 index cc82c4fb2..000000000 --- a/test cases/frameworks/4 qt5/mainWindow.cpp +++ /dev/null @@ -1,8 +0,0 @@ -#include "mainWindow.h" - -MainWindow::MainWindow(QWidget *parent) : QMainWindow(parent) { - setupUi(this); -} - -MainWindow::~MainWindow() { -} |
