Fix missing header
authorAlexander Kanavin <alexander.kanavin@nokia.com>
Mon, 22 Nov 2010 15:57:36 +0000 (17:57 +0200)
committerAlexander Kanavin <alexander.kanavin@nokia.com>
Mon, 22 Nov 2010 15:57:36 +0000 (17:57 +0200)
lib/lib.pro
ofono-qt.pro

index d0613c7..1d27b63 100644 (file)
@@ -10,6 +10,7 @@ QT += dbus
 QT -= gui
 INCLUDEPATH += ../
 
+PUBLIC_HEADERS += libofono-qt_global.h
 PUBLIC_HEADERS += ofonointerface.h 
 PUBLIC_HEADERS += ofonomodeminterface.h 
 PUBLIC_HEADERS += ofonomodemmanager.h
index 98a8809..e7212a9 100644 (file)
@@ -6,7 +6,7 @@ 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/libofono-qt
+dox.path = $$[QT_INSTALL_PREFIX]/share/doc/ofono-qt
 dox.files = doc/html
 dox.CONFIG = no_link
 dox.depends = FORCE