equal
deleted
inserted
replaced
|
1 # This block serves the minimalistic resource file for S60 3.1 platforms. |
|
2 # Note there is no way to ifdef S60 version in mmp file, that is why the resource |
|
3 # file is always compiled for WINSCW |
|
4 minimalAppResource31 = \ |
|
5 "SOURCEPATH s60framework" \ |
|
6 "START RESOURCE s60main.rss" \ |
|
7 "HEADER" \ |
|
8 "TARGETPATH resource\apps" \ |
|
9 "END" |
|
10 MMP_RULES += minimalAppResource31 |
|
11 |
1 SOURCES += s60framework/qs60mainapplication.cpp \ |
12 SOURCES += s60framework/qs60mainapplication.cpp \ |
2 s60framework/qs60mainappui.cpp \ |
13 s60framework/qs60mainappui.cpp \ |
3 s60framework/qs60maindocument.cpp |
14 s60framework/qs60maindocument.cpp |
4 |
15 |
5 HEADERS += s60framework/qs60mainapplication_p.h \ |
16 HEADERS += s60framework/qs60mainapplication_p.h \ |