qt5
Last change
on this file since 5dbcd35 was
5dbcd35,
checked in by gregor herrmann <gregoa@…>, 11 years ago
|
bump version after release
|
-
Property mode set to
100644
|
File size:
649 bytes
|
Line | |
---|
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 | # VERSION |
---|
7 | VERSION = 0.5.4 |
---|
8 | DEFINES += VERSION=\\\"$$VERSION\\\" |
---|
9 | |
---|
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 |
---|
15 | DEFINES += MAEMO |
---|
16 | # for eg. including 'MAEMO' specific files |
---|
17 | CONFIG += maemo |
---|
18 | } |
---|
19 | |
---|
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.