summaryrefslogtreecommitdiffstats
path: root/qt-ui/mainwindow.cpp
diff options
context:
space:
mode:
authorGravatar Alberto Mardegan <mardy@users.sourceforge.net>2013-04-09 19:34:26 +0400
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-04-09 19:54:41 -0700
commit99153de715955a9a80097c9951eaf096efeb5752 (patch)
treecd1dcd96c9a428356b18b0f11366711682ea391c /qt-ui/mainwindow.cpp
parent80c8d08d8bf55b18a2da3ecda83fbe4573eee704 (diff)
downloadsubsurface-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/mainwindow.cpp')
-rw-r--r--qt-ui/mainwindow.cpp2
1 files changed, 0 insertions, 2 deletions
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"