Changes: Add qmake feature qdeclarative-boostable.

pull/1/head
Pertti Kellomäki 15 years ago committed by Antti Kervinen
parent 7214db5cb4
commit c76174414b

@ -128,6 +128,7 @@ install(FILES data/mkspecs/features/meegotouch-boostable.prf DESTINATION /usr/sh
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)
install(FILES data/mkspecs/features/qdeclarative-boostable.prf DESTINATION /usr/share/qt4/mkspecs/features)
if ($ENV{MEEGO})
install(FILES meego/applauncherd.desktop DESTINATION /etc/xdg/autostart)
endif ($ENV{MEEGO})

@ -0,0 +1,5 @@
# Tell qmake to use pkg-config to get correct compiler and linker
# flags to make an application usable with applauncherd.
CONFIG += link_pkgconfig
PKGCONFIG += qdeclarative-boostable

@ -2,3 +2,4 @@ usr/lib/pkgconfig/qt-boostable.pc
usr/share/qt4/mkspecs/features/qt-boostable.prf
usr/include/qdeclarativeboostercache.h
usr/lib/pkgconfig/qdeclarative-boostable.pc
usr/share/qt4/mkspecs/features/qdeclarative-boostable.prf

Loading…
Cancel
Save