Added SMS support in ofono-qt
[profile/ivi/ofono-qt.git] / ofono-qt.pro
index 1d2f642..e7212a9 100644 (file)
@@ -3,4 +3,17 @@ TEMPLATE = subdirs
 CONFIG += ordered
 SUBDIRS += lib tests
 
+dox.target = doc
+dox.commands = sed 's/@VERSION@/'$$VERSION'/' doxygen.cfg.in > doxygen.cfg; \
+               doxygen doxygen.cfg
+dox.path = $$[QT_INSTALL_PREFIX]/share/doc/ofono-qt
+dox.files = doc/html
+dox.CONFIG = no_link
+dox.depends = FORCE
+dox.clean_commands = rm -fr doc/
+dox.clean = doxygen.cfg 
+
+INSTALLS += dox
+
+QMAKE_EXTRA_TARGETS += dox