source: trunk/src/gui/s60framework/s60framework.pri@ 603

Last change on this file since 603 was 561, checked in by Dmitry A. Kuminov, 15 years ago

trunk: Merged in qt 4.6.1 sources.

  • Property svn:eol-style set to native
File size: 701 bytes
Line 
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
4minimalAppResource31 = \
5 "SOURCEPATH s60framework" \
6 "START RESOURCE s60main.rss" \
7 "HEADER" \
8 "TARGETPATH resource\apps" \
9 "END"
10MMP_RULES += minimalAppResource31
11
12SOURCES += s60framework/qs60mainapplication.cpp \
13 s60framework/qs60mainappui.cpp \
14 s60framework/qs60maindocument.cpp
15
16HEADERS += s60framework/qs60mainapplication_p.h \
17 s60framework/qs60mainapplication.h \
18 s60framework/qs60mainappui.h \
19 s60framework/qs60maindocument.h
Note: See TracBrowser for help on using the repository browser.