diff options
author | Alberto Mardegan <mardy@users.sourceforge.net> | 2013-04-09 19:34:26 +0400 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-04-09 19:54:41 -0700 |
commit | 99153de715955a9a80097c9951eaf096efeb5752 (patch) | |
tree | cd1dcd96c9a428356b18b0f11366711682ea391c /qt-ui | |
parent | 80c8d08d8bf55b18a2da3ecda83fbe4573eee704 (diff) | |
download | subsurface-99153de715955a9a80097c9951eaf096efeb5752.tar.gz |
Makefile: detect which files need moc and uic
Add some magic rules to detect which files need to be processed by the
moc or uic tools, as well as a way to manually specify exceptions.
Signed-off-by: Alberto Mardegan <mardy@users.sourceforge.net>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui')
-rw-r--r-- | qt-ui/maintab.cpp | 2 | ||||
-rw-r--r-- | qt-ui/mainwindow.cpp | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/qt-ui/maintab.cpp b/qt-ui/maintab.cpp index 4569958c8..c630965d2 100644 --- a/qt-ui/maintab.cpp +++ b/qt-ui/maintab.cpp @@ -6,5 +6,3 @@ MainTab::MainTab(QWidget *parent) : QTabWidget(parent), { ui->setupUi(this); } - -#include "maintab.moc" diff --git a/qt-ui/mainwindow.cpp b/qt-ui/mainwindow.cpp index d3e5603be..03e14377f 100644 --- a/qt-ui/mainwindow.cpp +++ b/qt-ui/mainwindow.cpp @@ -13,5 +13,3 @@ void MainWindow::on_actionNew_triggered() { qDebug() << "actionNew"; } - -#include "mainwindow.moc" |