From 2a42d04764c8539822b077d8261088bfcaec7fb7 Mon Sep 17 00:00:00 2001 From: Niels Ole Salscheider Date: Mon, 4 Sep 2017 11:40:23 +0200 Subject: Port docs to new build system --- doc/doc.pro | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 doc/doc.pro (limited to 'doc/doc.pro') 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 -- cgit v1.2.3