src/plugins/s60/s60pluginbase.pri
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Mon, 04 Oct 2010 01:19:32 +0300
changeset 37 758a864f9613
parent 33 3e2da88830cd
permissions -rw-r--r--
Revision: 201037 Kit: 201039

# Note: These version based 'plugins' are not an actual Qt plugins,
# they are just regular runtime loaded libraries
include(../qpluginbase.pri)

CONFIG  -= plugin

QTDIR_build:DESTDIR	 = $$QT_BUILD_TREE/plugins/s60

MMP_RULES += NOEXPORTLIBRARY

symbian-abld|symbian-sbsv2 {
    defBlock = \
        "$${LITERAL_HASH}ifdef WINSCW" \
        "DEFFILE ../bwins/qts60plugin.def" \
        "$${LITERAL_HASH}else" \
        "DEFFILE ../eabi/qts60plugin.def" \
        "$${LITERAL_HASH}endif"
} else {
    CONFIG *= def_files
    DEF_FILE = ../eabi/qts60pluginu.def
}

MMP_RULES += defBlock