From 9c319cd24439214a88823f640803ce1b9fd6b049 Mon Sep 17 00:00:00 2001 From: Jussi Lind Date: Mon, 4 Apr 2011 16:11:05 +0300 Subject: [PATCH] Changes: Use #include in boosted-qml examples. Changes: Added -I/usr/include/applauncherd to qdeclarative-boostable.pc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit RevBy: Pertti Kellomäki --- data/pkgconfig/qdeclarative-boostable.pc | 3 ++- examples/boosted-qml/with-cmake/main.cpp | 2 +- examples/boosted-qml/with-qmake/main.cpp | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/data/pkgconfig/qdeclarative-boostable.pc b/data/pkgconfig/qdeclarative-boostable.pc index ac846dc..15a89fa 100644 --- a/data/pkgconfig/qdeclarative-boostable.pc +++ b/data/pkgconfig/qdeclarative-boostable.pc @@ -2,4 +2,5 @@ Name: qdeclarative-boostable Description: make application boostable by applauncherd Version: 0.2.0 Libs: -pie -rdynamic -lmdeclarativecache -Cflags: -fPIC -fvisibility=hidden -fvisibility-inlines-hidden +Cflags: -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -I/usr/include/applauncherd + diff --git a/examples/boosted-qml/with-cmake/main.cpp b/examples/boosted-qml/with-cmake/main.cpp index de95bdf..349e153 100644 --- a/examples/boosted-qml/with-cmake/main.cpp +++ b/examples/boosted-qml/with-cmake/main.cpp @@ -18,7 +18,7 @@ ****************************************************************************/ #include -#include +#include Q_DECL_EXPORT int main(int argc, char **argv) { diff --git a/examples/boosted-qml/with-qmake/main.cpp b/examples/boosted-qml/with-qmake/main.cpp index 585da76..50cd9a0 100644 --- a/examples/boosted-qml/with-qmake/main.cpp +++ b/examples/boosted-qml/with-qmake/main.cpp @@ -18,7 +18,7 @@ ****************************************************************************/ #include -#include +#include Q_DECL_EXPORT int main(int argc, char **argv) {