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)
8 DEFINES += VERSION=\\\"$$VERSION\\\"
10 # Define 'MAEMO' specific CONFIG/DEFINE
11 # To handle 'MAEMO' specific soruces/code
12 DISTRO = $$system(cat /etc/issue)
13 contains( DISTRO, [Mm]aemo ) {
14 # for 'MAEMO' specific source code parts
16 # for eg. including 'MAEMO' specific files
20 contains( DISTRO, [Ii]nternet ) {
21 contains( DISTRO, [Tt]ablet ) {