mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
80c8d08d8b
commit
99153de715
3 changed files with 31 additions and 27 deletions
|
@ -6,5 +6,3 @@ MainTab::MainTab(QWidget *parent) : QTabWidget(parent),
|
|||
{
|
||||
ui->setupUi(this);
|
||||
}
|
||||
|
||||
#include "maintab.moc"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue