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

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

trunk: Merged in qt 4.6.3 sources from branches/vendor/nokia/qt.

  • Property svn:eol-style set to native
File size: 809 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 "TARGET s60main$${QT_LIBINFIX}" \
8 "HEADER" \
9 "TARGETPATH /resource/apps" \
10 "END"
11MMP_RULES += minimalAppResource31
12
13SOURCES += s60framework/qs60mainapplication.cpp \
14 s60framework/qs60mainappui.cpp \
15 s60framework/qs60maindocument.cpp
16
17HEADERS += s60framework/qs60mainapplication_p.h \
18 s60framework/qs60mainapplication.h \
19 s60framework/qs60mainappui.h \
20 s60framework/qs60maindocument.h
21
22!isEmpty(QT_LIBINFIX): DEFINES += QT_LIBINFIX_UNQUOTED=$$QT_LIBINFIX
Note: See TracBrowser for help on using the repository browser.