diff options
| author | Niels Ole Salscheider <niels_ole@salscheider-online.de> | 2017-09-04 11:40:23 +0200 |
|---|---|---|
| committer | Niels Ole Salscheider <niels_ole@salscheider-online.de> | 2017-09-04 20:16:31 +0200 |
| commit | 2a42d04764c8539822b077d8261088bfcaec7fb7 (patch) | |
| tree | 96517ace5840ca6ad4c110c2be5c497def8a62c8 /doc/doc.pro | |
| parent | cc9fa522269581764c9abd401973d4d1c84e0ca1 (diff) | |
| download | qxmpp-2a42d04764c8539822b077d8261088bfcaec7fb7.tar.gz | |
Port docs to new build system
Diffstat (limited to 'doc/doc.pro')
| -rw-r--r-- | doc/doc.pro | 24 |
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 |
