1 # This is 'global.pri' file which defines
2 # GLOBAL definitions for the project
3 # include this file in each "*.pro" file, where it's needed
4 # USAGE: include(./global.pri)
6 # Define 'MAEMO' specific CONFIG/DEFINE
7 # To handle 'MAEMO' specific soruces/code
8 DISTRO = $$system(cat /etc/issue)
9 contains( DISTRO, [Mm]aemo ) {
10 # for 'MAEMO' specific source code parts
12 # for eg. including 'MAEMO' specific files
16 contains( DISTRO, [Ii]nternet ) {
17 contains( DISTRO, [Tt]ablet ) {