aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorHolger Schroeder <holger.schroeder.ext@basyskom.de>2010-06-10 16:59:22 +0200
committerDaniel d'Andrada <daniel.dandrada@nokia.com>2010-06-11 10:45:45 +0300
commit33af56b6a874280a49edc809aac06826128a55a0 (patch)
tree93b30155ec187ab2a1ceec768430ef5e1a2057d2 /debian
parent0237316bdcaec09dc1f994d4e17eaa758ab1917d (diff)
Changes: split .prf and .pc files up for the different modules
RevBy: Armin Berres, Bjoern Schnabel Details: before you could do in a qmake .pro file: CONFIG += meegotouch and that would then link against libmeegotouchcore, libmeegotouchviews, libmeegotouchsettings and libmeegotouchextensions. now CONFIG += meegotouchcore # only links against ...core CONFIG += meegotouchsettings # links against ...core and # ...settings CONFIG += meegotouch # links against ...core, ...settings # and ...extensions nothing links against ...views any more, because it is loaded at runtime from now on. I added meegotouchcore.pc and meegotouchsettings.pc and removed -lmeegotouchviews from meegotouch.pc. With these changes it should be possible to link only against the parts of meegotouch that an application needs.
Diffstat (limited to 'debian')
-rw-r--r--debian/libmeegotouch-dev.install1
1 files changed, 0 insertions, 1 deletions
diff --git a/debian/libmeegotouch-dev.install b/debian/libmeegotouch-dev.install
index 1e123ff7..48dd7028 100644
--- a/debian/libmeegotouch-dev.install
+++ b/debian/libmeegotouch-dev.install
@@ -2,4 +2,3 @@ usr/lib/libmeegotouch*.so
usr/include/*
usr/lib/pkgconfig/*
usr/share/qt4/mkspecs/features/meegotouch*
-usr/share/mkspecs/features/meegotouch*