From 61a468e4fbc12d83cb2c0e7ccee697d3650aa04d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pertti=20Kellom=C3=A4ki?= Date: Mon, 24 Jan 2011 14:35:01 +0200 Subject: [PATCH] Changes: Add pkg-config file qdeclarative-boostable.pc. --- CMakeLists.txt | 1 + data/pkgconfig/qdeclarative-boostable.pc | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 data/pkgconfig/qdeclarative-boostable.pc diff --git a/CMakeLists.txt b/CMakeLists.txt index 270d5fa..ef664e1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -127,6 +127,7 @@ install(FILES data/pkgconfig/meegotouch-boostable.pc DESTINATION /usr/lib/pkgcon install(FILES data/mkspecs/features/meegotouch-boostable.prf DESTINATION /usr/share/qt4/mkspecs/features) install(FILES data/pkgconfig/qt-boostable.pc DESTINATION /usr/lib/pkgconfig) install(FILES data/mkspecs/features/qt-boostable.prf DESTINATION /usr/share/qt4/mkspecs/features) +install(FILES data/pkgconfig/qdeclarative-boostable.pc DESTINATION /usr/lib/pkgconfig) if ($ENV{MEEGO}) install(FILES meego/applauncherd.desktop DESTINATION /etc/xdg/autostart) endif ($ENV{MEEGO}) diff --git a/data/pkgconfig/qdeclarative-boostable.pc b/data/pkgconfig/qdeclarative-boostable.pc new file mode 100644 index 0000000..ae6db9e --- /dev/null +++ b/data/pkgconfig/qdeclarative-boostable.pc @@ -0,0 +1,5 @@ +Name: qdeclarative-boostable +Description: make application boostable by applauncherd +Version: 0.2.0 +Libs: -pie -rdynamic -lqdeclarativeboostercache +Cflags: -fPIC -fvisibility=hidden -fvisibility-inlines-hidden