diff options
author | axis <qt-info@nokia.com> | 2009-08-06 14:25:09 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2009-08-06 16:00:25 (GMT) |
commit | 36fce9a00b9efbf9c7834454825c275c4bb53820 (patch) | |
tree | b8784f66d9be3c680df02360a324cfd54a9c9d2a /src/s60main/s60main.pro | |
parent | 451b9c10c42b5488178d7b165c0c9c90321a232a (diff) | |
download | Qt-36fce9a00b9efbf9c7834454825c275c4bb53820.zip Qt-36fce9a00b9efbf9c7834454825c275c4bb53820.tar.gz Qt-36fce9a00b9efbf9c7834454825c275c4bb53820.tar.bz2 |
Made the static wrapper app headers private.
Even though the static app is public in the sense that it is included
in every program, the headers it contains are not.
RevBy: Jason Barron
AutoTest: tst_headers passed
Diffstat (limited to 'src/s60main/s60main.pro')
-rw-r--r-- | src/s60main/s60main.pro | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/s60main/s60main.pro b/src/s60main/s60main.pro index 57c9949..a4833af 100644 --- a/src/s60main/s60main.pro +++ b/src/s60main/s60main.pro @@ -18,9 +18,9 @@ symbian { qts60mainappui.cpp \ qts60maindocument.cpp - HEADERS = qts60mainapplication.h \ - qts60mainappui.h \ - qts60maindocument.h + HEADERS = qts60mainapplication_p.h \ + qts60mainappui_p.h \ + qts60maindocument_p.h # This block serves the minimalistic resource file for S60 3.1 platforms. # Note there is no way to ifdef S60 version in mmp file, that is why the resource |