author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Fri, 11 Jun 2010 13:58:22 +0300 | |
changeset 5 | 627c4a0fd0e7 |
parent 2 | 06ff229162e9 |
permissions | -rw-r--r-- |
TEMPLATE = app TARGET = DEPENDPATH += . INCLUDEPATH += . SOURCES += main.cpp symbian { TARGET.CAPABILITY = CAP_APPLICATION TARGET.EPOCALLOWDLLDATA = 1 LIBS += -lcone LIBS += -lavkon LIBS += -leikcore myrssrules = \ "hidden = KAppIsHidden;" \ "launch = KAppLaunchInBackground;" RSS_RULES += myrssrules } hbAddLibrary(hbcore/HbCore) hbAddLibrary(hbwidgets/HbWidgets) hbAddLibrary(hbutils/HbUtils)