src/gui/s60framework/s60framework.pri
changeset 19 fcece45ef507
parent 3 41300fa6a67c
child 30 5dc02b23752f
equal deleted inserted replaced
18:2f34d5167611 19:fcece45ef507
     2 # Note there is no way to ifdef S60 version in mmp file, that is why the resource
     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
     3 # file is always compiled for WINSCW
     4 minimalAppResource31 = \
     4 minimalAppResource31 = \
     5     "SOURCEPATH s60framework" \
     5     "SOURCEPATH s60framework" \
     6     "START RESOURCE s60main.rss" \
     6     "START RESOURCE s60main.rss" \
       
     7     "TARGET s60main$${QT_LIBINFIX}" \
     7     "HEADER" \
     8     "HEADER" \
     8     "TARGETPATH resource\apps" \
     9     "TARGETPATH /resource/apps" \
     9     "END"
    10     "END"
    10 MMP_RULES += minimalAppResource31
    11 MMP_RULES += minimalAppResource31
    11 
    12 
    12 SOURCES += s60framework/qs60mainapplication.cpp \
    13 SOURCES += s60framework/qs60mainapplication.cpp \
    13            s60framework/qs60mainappui.cpp \
    14            s60framework/qs60mainappui.cpp \
    15 
    16 
    16 HEADERS += s60framework/qs60mainapplication_p.h \
    17 HEADERS += s60framework/qs60mainapplication_p.h \
    17            s60framework/qs60mainapplication.h \
    18            s60framework/qs60mainapplication.h \
    18            s60framework/qs60mainappui.h \
    19            s60framework/qs60mainappui.h \
    19            s60framework/qs60maindocument.h
    20            s60framework/qs60maindocument.h
       
    21 
       
    22 !isEmpty(QT_LIBINFIX): DEFINES += QT_LIBINFIX_UNQUOTED=$$QT_LIBINFIX