src/gui/s60framework/s60framework.pri
author Eckhart Koeppen <eckhart.koppen@nokia.com>
Wed, 21 Apr 2010 20:15:53 +0300
branchRCL_3
changeset 13 c0432d11811c
parent 7 3f74d0d4af4c
permissions -rw-r--r--
eb175c3290cd7ea85da4a590db9461504a4904bc

# 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
# file is always compiled for WINSCW
minimalAppResource31 = \
    "SOURCEPATH s60framework" \
    "START RESOURCE s60main.rss" \
    "TARGET s60main$${QT_LIBINFIX}" \
    "HEADER" \
    "TARGETPATH /resource/apps" \
    "END"
MMP_RULES += minimalAppResource31

SOURCES += s60framework/qs60mainapplication.cpp \
           s60framework/qs60mainappui.cpp \
           s60framework/qs60maindocument.cpp

HEADERS += s60framework/qs60mainapplication_p.h \
           s60framework/qs60mainapplication.h \
           s60framework/qs60mainappui.h \
           s60framework/qs60maindocument.h

!isEmpty(QT_LIBINFIX): DEFINES += QT_LIBINFIX_UNQUOTED=$$QT_LIBINFIX