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) {