Changeset 2342ac3
- Timestamp:
- 08/11/21 19:13:11 (18 months ago)
- Branches:
- master
- Children:
- ef9a71b
- Parents:
- caaa2ad
- git-author:
- François Revol <revol@…> (08/10/21 18:35:23)
- git-committer:
- gregor herrmann <gregor@…> (08/11/21 19:13:11)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/global.pri
rcaaa2ad r2342ac3 10 10 # Define 'MAEMO' specific CONFIG/DEFINE 11 11 # To handle 'MAEMO' specific soruces/code 12 DISTRO = $$system(cat /etc/issue )12 DISTRO = $$system(cat /etc/issue 2>/dev/null || uname -o) 13 13 contains( DISTRO, [Mm]aemo ) { 14 14 # for 'MAEMO' specific source code parts
Note: See TracChangeset
for help on using the changeset viewer.