diff options
Diffstat (limited to 'comms/qsstv/files/patch-qsstv_qsstv.pro')
-rw-r--r-- | comms/qsstv/files/patch-qsstv_qsstv.pro | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/comms/qsstv/files/patch-qsstv_qsstv.pro b/comms/qsstv/files/patch-qsstv_qsstv.pro index b9df9f9379dc..73f48e147e4e 100644 --- a/comms/qsstv/files/patch-qsstv_qsstv.pro +++ b/comms/qsstv/files/patch-qsstv_qsstv.pro @@ -1,6 +1,6 @@ ---- qsstv/qsstv.pro.orig 2014-10-11 09:38:33.000000000 -0700 -+++ qsstv/qsstv.pro 2014-11-22 19:05:11.000000000 -0800 -@@ -420,7 +420,6 @@ +--- qsstv/qsstv.pro.orig 2014-12-06 06:41:00.000000000 -0800 ++++ qsstv/qsstv.pro 2014-12-07 16:17:46.000000000 -0800 +@@ -420,20 +420,17 @@ FORMS += scope/scopeoffset.ui \ scope/plotform.ui @@ -8,14 +8,19 @@ LIBS += ../qwt/libqwt.a } -@@ -430,10 +429,10 @@ - PRE_TARGETDEPS += dox +-CONFIG(debug ,debug|release){ +-dox.commands = cd $$PWD/Documentation/manual ;doxygen manual.doxy; ++with_docs { ++dox.commands = cd Documentation/manual ;doxygen manual.doxy; + dox.depends= FORCE +-PRE_TARGETDEPS += dox message(dox will be generated) } -dox.path=/usr/share/doc/$$TARGET +-dox.files= $$PWD/manual/* +-QMAKE_EXTRA_TARGETS += dox +dox.path=$$PREFIX/share/doc/$$TARGET - dox.files= $$PWD/manual/* - QMAKE_EXTRA_TARGETS += dox ++dox.files= manual/* -target.path = /usr/bin +target.path = $$PREFIX/bin |