qt5
Last change
on this file since a6a9e0b was
5d22816,
checked in by pavelpa <pavelpa@…>, 12 years ago
|
GUI changes for N810 device
|
-
Property mode set to
100644
|
File size:
585 bytes
|
Rev | Line | |
---|
[2af8e2f] | 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) |
---|
| 5 | |
---|
| 6 | # Define 'MAEMO' specific CONFIG/DEFINE |
---|
| 7 | # To handle 'MAEMO' specific soruces/code |
---|
| 8 | DISTRO = $$system(cat /etc/issue) |
---|
[5d22816] | 9 | contains( DISTRO, [Mm]aemo ) { |
---|
[2af8e2f] | 10 | # for 'MAEMO' specific source code parts |
---|
| 11 | DEFINES += MAEMO |
---|
| 12 | # for eg. including 'MAEMO' specific files |
---|
| 13 | CONFIG += maemo |
---|
| 14 | } |
---|
| 15 | |
---|
[5d22816] | 16 | contains( DISTRO, [Ii]nternet ) { |
---|
| 17 | contains( DISTRO, [Tt]ablet ) { |
---|
| 18 | # Nokia N810 device |
---|
| 19 | DEFINES += N810 |
---|
| 20 | } |
---|
| 21 | } |
---|
| 22 | |
---|
Note: See
TracBrowser
for help on using the repository browser.