summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/kernel/qfileopenevent/qfileopeneventexternal/qfileopeneventexternal.pro
blob: cb61b82e381c990fd2a7530bb56c59268f215f78 (plain)
1
2
3
4
5
6
7
8
9
10
TEMPLATE = app
TARGET = qfileopeneventexternal
QT += core gui widgets
SOURCES += qfileopeneventexternal.cpp
symbian: {
    RSS_RULES += "embeddability=KAppEmbeddable;"
    RSS_RULES.datatype_list += "priority = EDataTypePriorityHigh; type = \"application/x-tst_qfileopenevent\";"
    LIBS += -lapparc \
        -leikcore -lefsrv -lcone
}