summaryrefslogtreecommitdiffstats
path: root/tests/auto/symbian/orientationchange/orientationchange.pro
blob: 98aa2ad750520ff26e30e3bbbcd05e2de1d5cdd2 (plain)
1
2
3
4
5
6
7
8
load(qttest_p4)
HEADERS +=
SOURCES += tst_orientationchange.cpp

symbian {
    INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE
    LIBS += -lcone -leikcore -lavkon # Screen orientation
}