aboutsummaryrefslogtreecommitdiff
path: root/doc/doc.pro
diff options
context:
space:
mode:
Diffstat (limited to 'doc/doc.pro')
-rw-r--r--doc/doc.pro24
1 files changed, 0 insertions, 24 deletions
diff --git a/doc/doc.pro b/doc/doc.pro
deleted file mode 100644
index 3a3a46ce..00000000
--- a/doc/doc.pro
+++ /dev/null
@@ -1,24 +0,0 @@
-include(../qxmpp.pri)
-
-TEMPLATE = app
-CONFIG += console
-CONFIG -= app_bundle
-QT -= gui
-
-INCLUDEPATH += $$QXMPP_INCLUDEPATH
-TARGET = doxyfilter
-SOURCES += doxyfilter.cpp
-
-windows {
- DOXYFILTER = $${TARGET}.exe
-} else {
- DOXYFILTER = ./$${TARGET}
-}
-
-# Build rules
-docs.commands = $${DOXYFILTER} -g $${PWD} && $${DOXYFILTER}
-docs.depends = $${TARGET}
-
-QMAKE_CLEAN += Doxyfile doxygen_sqlite3.db
-unix:QMAKE_DISTCLEAN += -r html
-QMAKE_EXTRA_TARGETS += docs