| 1 | # Load more defines from the m_defines... |
| 2 | load(meegotouch_defines) |
| 3 | # duihome specific directories |
| 4 | unix { |
| 5 | MEEGOHOME_DIR = $$M_INSTALL_DATA/duihome |
| 6 | MEEGOHOME_THEMES_DIR = /usr/share/themes/base/meegotouch/duihome |
| 7 | } |
| 8 | mac { |
| 9 | # Do mac stuff here |
| 10 | } |
| 11 | win32 { |
| 12 | # Do win32 stuff here |
| 13 | } |

