summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel/symbian.pri
blob: 69422dd02ead85fddcf712b082bdb4d9aabea7aa (plain)
1
2
3
4
5
6
7
symbian {
    contains(QT_CONFIG, s60): LIBS+= $$QMAKE_LIBS_S60
    RESOURCES += symbian/symbianresources.qrc

    HEADERS += symbian/qsymbianevent.h
    SOURCES += symbian/qsymbianevent.cpp
}