From: Alexander Kanavin Date: Mon, 22 Nov 2010 15:57:36 +0000 (+0200) Subject: Fix missing header X-Git-Tag: 0.1.0~12 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fbe1d9722cdbd4b2c489e490d8191015c0067f96;hp=4c2a62855cc4e7acf4f74029830fc0f3702c0c2c;p=profile%2Fivi%2Fofono-qt.git Fix missing header --- diff --git a/lib/lib.pro b/lib/lib.pro index d0613c7..1d27b63 100644 --- a/lib/lib.pro +++ b/lib/lib.pro @@ -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 diff --git a/ofono-qt.pro b/ofono-qt.pro index 98a8809..e7212a9 100644 --- a/ofono-qt.pro +++ b/ofono-qt.pro @@ -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