Hi all,
In Qt to access and alter HAL database you need to add following lines to .pro
file to start using libhal:
unix {
CONFIG += link_pkgconfig
PKGCONFIG += hal
}
So in order to use the above header files in Maemo do i have to add any code to
Makefile or to any other file?
Regards.
_______________________________________________ maemo-community mailing list [email protected] https://lists.maemo.org/mailman/listinfo/maemo-community
