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>
This commit is contained in:
Alberto Mardegan 2013-04-09 19:34:26 +04:00 committed by Dirk Hohndel
parent 80c8d08d8b
commit 99153de715
3 changed files with 31 additions and 27 deletions

View file

@ -6,5 +6,3 @@ MainTab::MainTab(QWidget *parent) : QTabWidget(parent),
{
ui->setupUi(this);
}
#include "maintab.moc"