diff options
author | Alberto Mardegan <mardy@users.sourceforge.net> | 2013-04-01 12:25:15 +0300 |
---|---|---|
committer | Alberto Mardegan <mardy@users.sourceforge.net> | 2013-04-01 16:03:43 +0300 |
commit | 42365ede79ec34dba58447458bbc3f1c66cba7d1 (patch) | |
tree | 90af7ff92bc9ce453eb7c690eb14e1e5dffc9afc /.gitignore | |
parent | 218fd994eea9ea81ca202470843aad6b9a2d3720 (diff) | |
download | subsurface-42365ede79ec34dba58447458bbc3f1c66cba7d1.tar.gz |
Setup Makefile for Qt/C++ builds
Setup the build variables for building with QtWidgets, and add rules for
processing the Q_OBJECT macros with moc and generate widget code from
.ui files with uic.
Signed-off-by: Alberto Mardegan <mardy@users.sourceforge.net>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 50d668f39..36c82543b 100644 --- a/.gitignore +++ b/.gitignore @@ -3,7 +3,9 @@ *.rej *.exe *.dmg +*.moc.cpp *.patch +*.ui.h *.xml version.h !dives/*.xml |