component.pri 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. # ######################################################################## #
  2. # #
  3. # component.pri #
  4. # © Copyrights 2012 inneractive LTD, Nokia. All rights reserved #
  5. # #
  6. # This file is part of inneractiveAdQML. #
  7. # #
  8. # inneractiveAdQML is free software: you can redistribute it and/or modify #
  9. # it under the terms of the GNU General Public License as published by #
  10. # the Free Software Foundation, either version 3 of the License, or #
  11. # (at your option) any later version. #
  12. # #
  13. # inneractiveAdQML is distributed in the hope that it will be useful, #
  14. # but WITHOUT ANY WARRANTY; without even the implied warranty of #
  15. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
  16. # GNU General Public License for more details. #
  17. # #
  18. # You should have received a copy of the GNU General Public License #
  19. # along with inneractiveAdQML. If not, see <http://www.gnu.org/licenses/>. #
  20. # ######################################################################## #
  21. QT += declarative network
  22. symbian {
  23. TARGET.CAPABILITY += NetworkServices Location SwEvent
  24. LIBS += -lapgrfx -lcone
  25. include(cuseragent/cuseragent.pri)
  26. }
  27. CONFIG += mobility
  28. MOBILITY += location
  29. SOURCES += \
  30. requestqueue.cpp \
  31. adinterface.cpp \
  32. inneractiveplugin.cpp
  33. HEADERS += \
  34. requestqueue.h \
  35. adinterface.h \
  36. inneractiveplugin.h
  37. INCLUDEPATH += $$PWD
  38. DEPENDPATH += $$PWD
  39. componentFiles.files += \
  40. inneractive/adFunctions.js \
  41. inneractive/AdItem.qml \
  42. inneractive/AdParameters.qml