diff options
author | Daniel Molkentin <daniel.molkentin@nokia.com> | 2011-11-24 09:02:58 (GMT) |
---|---|---|
committer | Daniel Molkentin <daniel.molkentin@nokia.com> | 2011-11-24 09:02:58 (GMT) |
commit | 2b9b72274623e77e14514f7b4488d59f42525936 (patch) | |
tree | 6d6f40b493bfd227b7ca24eb39d90fc7449d4bee /examples | |
parent | 5438dd0c9085fbc6e73c40106e2923b65e292458 (diff) | |
download | Qt-2b9b72274623e77e14514f7b4488d59f42525936.zip Qt-2b9b72274623e77e14514f7b4488d59f42525936.tar.gz Qt-2b9b72274623e77e14514f7b4488d59f42525936.tar.bz2 |
Compile fix for Mac OS X.
Reviewed-By; Casper van Donderen
Diffstat (limited to 'examples')
-rw-r--r-- | examples/declarative/text/fonts/fonts.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/text/fonts/fonts.pro b/examples/declarative/text/fonts/fonts.pro index 3710ab2..2359918 100644 --- a/examples/declarative/text/fonts/fonts.pro +++ b/examples/declarative/text/fonts/fonts.pro @@ -1,4 +1,4 @@ -TEMPLATE += subdirs +TEMPLATE = subdirs SUBDIRS += \ availableFonts \ |