cuseragent.pri 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. # ######################################################################## #
  2. # #
  3. # cuseragent.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. LIBS += -lwebutils -lcone
  22. INCLUDEPATH += $$PWD
  23. OTHER_FILES += \
  24. $$PWD/webutils.dso \
  25. $$PWD/webutils{000a0000}.dso \
  26. $$PWD/webutils.lib \
  27. $$PWD/webutils{000a0000}.lib \
  28. $$PWD/cuseragent.h \
  29. $$PWD/sysversioninfo.h \
  30. $$PWD/sysversioninfo.inl
  31. webutilsdso = $$PWD/webutils*.dso
  32. webutilsdso = $$replace(webutilsdso, /, \\)
  33. webutilslib = $$PWD/webutils*.lib
  34. webutilslib = $$replace(webutilslib, /, \\)
  35. system(xcopy /d /f "$$webutilslib" "%epocroot%epoc32\\release\\armv5\\lib\\")
  36. system(xcopy /d /f "$$webutilsdso" "%epocroot%epoc32\\release\\armv5\\lib\\")