Advertisement
Guest User

Untitled

a guest
May 13th, 2014
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.38 KB | None | 0 0
  1. # Generated by the configure file
  2. # Ignore any WARNING about 'conf.pri' missing during configure. The file should be found during make.
  3. # If not there will be a WARNING again.
  4. # The first path is used when the source is being build by packagers (pbuilder/sbuild/etc)
  5. # The second path is used when you manually run the configure script in the root folder (eg when using qt creator)
  6. exists($$OUT_PWD/../conf.pri) {
  7. include($$OUT_PWD/../conf.pri)
  8. } else {
  9. include(conf.pri)
  10. }
  11.  
  12. LIBS += -framework Carbon -framework IOKit
  13.  
  14. document_icon.path = Contents/Resources
  15. document_icon.files = mac/qBitTorrentDocument.icns
  16. QMAKE_BUNDLE_DATA += document_icon
  17.  
  18. qt_conf.path = Contents/Resources
  19. qt_conf.files = mac/qt.conf
  20. QMAKE_BUNDLE_DATA += qt_conf
  21.  
  22. qt_translations.path = Contents/MacOS/translations
  23. qt_translations.files = qt-translations/qt_ar.qm \
  24. qt-translations/qt_bg.qm \
  25. qt-translations/qt_ca.qm \
  26. qt-translations/qt_cs.qm \
  27. qt-translations/qt_da.qm \
  28. qt-translations/qt_de.qm \
  29. qt-translations/qt_es.qm \
  30. qt-translations/qt_fi.qm \
  31. qt-translations/qt_fr.qm \
  32. qt-translations/qt_gl.qm \
  33. qt-translations/qt_he.qm \
  34. qt-translations/qt_hu.qm \
  35. qt-translations/qt_it.qm \
  36. qt-translations/qt_ja.qm \
  37. qt-translations/qt_ko.qm \
  38. qt-translations/qt_lt.qm \
  39. qt-translations/qt_nl.qm \
  40. qt-translations/qt_pl.qm \
  41. qt-translations/qt_pt.qm \
  42. qt-translations/qt_pt_BR.qm \
  43. qt-translations/qt_ru.qm \
  44. qt-translations/qt_sk.qm \
  45. qt-translations/qt_sv.qm \
  46. qt-translations/qt_tr.qm \
  47. qt-translations/qt_uk.qm \
  48. qt-translations/qt_zh_CN.qm \
  49. qt-translations/qt_zh_TW.qm
  50. QMAKE_BUNDLE_DATA += qt_translations
  51.  
  52. ICON = mac/qbittorrent_mac.icns
  53. QMAKE_INFO_PLIST = mac/Info.plist
  54.  
  55. nox {
  56. CONFIG -= app_bundle
  57. }
  58.  
  59. message("On Mac OS X, GeoIP database must be embedded.")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement