qt5
Last change
on this file since 79a7671 was
860fc82,
checked in by gregor herrmann <gregoa@…>, 5 years ago
|
bump version after release
|
-
Property mode set to
100644
|
File size:
649 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 | |
---|
[d17dd78] | 6 | # VERSION |
---|
[860fc82] | 7 | VERSION = 0.6.3 |
---|
[d17dd78] | 8 | DEFINES += VERSION=\\\"$$VERSION\\\" |
---|
| 9 | |
---|
[2af8e2f] | 10 | # Define 'MAEMO' specific CONFIG/DEFINE |
---|
| 11 | # To handle 'MAEMO' specific soruces/code |
---|
| 12 | DISTRO = $$system(cat /etc/issue) |
---|
[5d22816] | 13 | contains( DISTRO, [Mm]aemo ) { |
---|
[2af8e2f] | 14 | # for 'MAEMO' specific source code parts |
---|
| 15 | DEFINES += MAEMO |
---|
| 16 | # for eg. including 'MAEMO' specific files |
---|
| 17 | CONFIG += maemo |
---|
| 18 | } |
---|
| 19 | |
---|
[5d22816] | 20 | contains( DISTRO, [Ii]nternet ) { |
---|
| 21 | contains( DISTRO, [Tt]ablet ) { |
---|
| 22 | # Nokia N810 device |
---|
| 23 | DEFINES += N810 |
---|
| 24 | } |
---|
| 25 | } |
---|
| 26 | |
---|
Note: See
TracBrowser
for help on using the repository browser.