diff options
author | Miikka Heikkinen <miikka.heikkinen@digia.com> | 2010-03-12 12:10:05 (GMT) |
---|---|---|
committer | Miikka Heikkinen <miikka.heikkinen@digia.com> | 2010-03-12 13:09:52 (GMT) |
commit | f87f8078cdda79aad81cbd3fab3c5077bef3e2f6 (patch) | |
tree | 9486fda1d88db9443192aea45304be107bc9061b /src/gui/s60framework | |
parent | 7829fe1507741c7196fe3904d90ea10178625393 (diff) | |
download | Qt-f87f8078cdda79aad81cbd3fab3c5077bef3e2f6.zip Qt-f87f8078cdda79aad81cbd3fab3c5077bef3e2f6.tar.gz Qt-f87f8078cdda79aad81cbd3fab3c5077bef3e2f6.tar.bz2 |
Fixed filename cases to support building Qt for Symbian in Linux
Part of QtP delta reduction effort.
Task-number: QT-3055
Reviewed-by: Janne Koskinen
Diffstat (limited to 'src/gui/s60framework')
-rw-r--r-- | src/gui/s60framework/qs60maindocument.h | 2 | ||||
-rw-r--r-- | src/gui/s60framework/s60framework.pri | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/s60framework/qs60maindocument.h b/src/gui/s60framework/qs60maindocument.h index 438b80c..553675f 100644 --- a/src/gui/s60framework/qs60maindocument.h +++ b/src/gui/s60framework/qs60maindocument.h @@ -46,7 +46,7 @@ #ifdef Q_WS_S60 -#include <akndoc.h> +#include <AknDoc.h> class CEikApplication; diff --git a/src/gui/s60framework/s60framework.pri b/src/gui/s60framework/s60framework.pri index 5884b68..6080e6d 100644 --- a/src/gui/s60framework/s60framework.pri +++ b/src/gui/s60framework/s60framework.pri @@ -5,7 +5,7 @@ minimalAppResource31 = \ "SOURCEPATH s60framework" \ "START RESOURCE s60main.rss" \ "HEADER" \ - "TARGETPATH resource\apps" \ + "TARGETPATH /resource/apps" \ "END" MMP_RULES += minimalAppResource31 |