summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorGravatar Thiago Macieira <thiago@macieira.org>2013-10-06 17:52:34 -0700
committerGravatar Thiago Macieira <thiago@macieira.org>2013-10-08 23:29:33 -0700
commit67e49d6480126968a1d87a12ae6e967b861e8909 (patch)
tree4be495009e2eb716076bdb18389f683470f0f072 /.gitignore
parent2e43769108d4023c215451fa8116abdc991e0f19 (diff)
downloadsubsurface-67e49d6480126968a1d87a12ae6e967b861e8909.tar.gz
Implement a qmake-based build for Subsurface
This is working for me, but requires a bit more testing. To build, run: qmake [options] Where options might be: V=1 disable "silent" build LIBDCDEVEL=1 use side-by-side libdivecomputer INCLUDEPATH+=xxx add -Ixxx (e.g., INCLUDEPATH+=/usr/local/marble/include) LIBS+=xxx add xxx to the linker flags (e.g. LIBS+=-L/usr/local/marble/lib) or any other qmake option, including debug and release options If your distribution is already using qtchooser in place of qmake, you may need to pass an extra option to qmake to select the a cross-build. For example: qmake -qt=i686-w64-mingw32-qt4 If your distribution is not yet using qtchooser, then you need to file a bug report requesting it and you need to run the full path to qmake. Note: - there are some ### left in the buildsystem Signed-off-by: Thiago Macieira <thiago@macieira.org>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 520248b58..5c1eae4b0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -33,3 +33,9 @@ ui_*
/subsurface.includes
*.kdev4
callgrind.out.*
+
+.rcc
+.moc
+.uic
+.obj
+subsurface.pro.user*