Advertisement
Guest User

Untitled

a guest
Jan 29th, 2020
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.68 KB | None | 0 0
  1. configure ^
  2. -opensource ^
  3. -confirm-license ^
  4. -dynamic ^
  5. -prefix F:\qt\5.14.1 ^
  6. -debug ^
  7. -openssl-runtime ^
  8. OPENSSL_INCDIR="F:\git\vcpkg\installed\x64-windows\include" ^
  9. OPENSSL_LIBDIR="F:\git\vcpkg\installed\x64-windows\bin" ^
  10. -qt-zlib ^
  11. -qt-pcre ^
  12. -qt-doubleconversion ^
  13. -no-gui ^
  14. -no-dbus ^
  15. -no-accessibility ^
  16. -no-opengl ^
  17. -no-pkg-config ^
  18. -no-libjpeg ^
  19. -no-libpng ^
  20. -no-harfbuzz ^
  21. -no-xcb ^
  22. -no-xkbcommon ^
  23. -no-feature-xml ^
  24. -no-feature-testlib ^
  25. -no-feature-gif ^
  26. -no-feature-ico ^
  27. -no-feature-texthtmlparser ^
  28. -no-feature-textodfwriter ^
  29. -no-feature-effects ^
  30. -no-feature-im ^
  31. -no-feature-dom ^
  32. -no-feature-filesystemmodel ^
  33. -no-feature-graphicsview ^
  34. -no-feature-graphicseffect ^
  35. -no-feature-sizegrip ^
  36. -no-feature-calendarwidget ^
  37. -no-feature-printpreviewwidget ^
  38. -no-feature-keysequenceedit ^
  39. -no-feature-colordialog ^
  40. -no-feature-filedialog ^
  41. -no-feature-fontdialog ^
  42. -no-feature-printpreviewdialog ^
  43. -no-feature-progressdialog ^
  44. -no-feature-inputdialog ^
  45. -no-feature-errormessage ^
  46. -no-feature-wizard ^
  47. -no-feature-datawidgetmapper ^
  48. -no-feature-imageformat_bmp ^
  49. -no-feature-imageformat_ppm ^
  50. -no-feature-imageformat_xbm ^
  51. -no-feature-imageformat_png ^
  52. -no-feature-imageformat_jpeg ^
  53. -no-feature-image_heuristic_mask ^
  54. -no-feature-image_text ^
  55. -no-feature-colornames ^
  56. -no-feature-cups ^
  57. -no-feature-freetype ^
  58. -no-feature-translation ^
  59. -no-feature-codecs ^
  60. -no-feature-big_codecs ^
  61. -no-feature-ftp ^
  62. -no-feature-bearermanagement ^
  63. -no-feature-completer ^
  64. -no-feature-fscompleter ^
  65. -no-feature-desktopservices ^
  66. -no-feature-mimetype ^
  67. -no-feature-systemtrayicon ^
  68. -no-feature-undocommand ^
  69. -no-feature-undostack ^
  70. -no-feature-undogroup ^
  71. -no-feature-undoview ^
  72. -no-feature-statemachine ^
  73. -no-feature-zstd ^
  74. -no-feature-cssparser ^
  75. -no-feature-sqlmodel ^
  76. -no-feature-textmarkdownreader ^
  77. -no-feature-textmarkdownwriter ^
  78. -no-feature-itemmodeltester ^
  79. -nomake examples ^
  80. -nomake tests ^
  81. -skip qt3d ^
  82. -skip qtandroidextras ^
  83. -skip qtcanvas3d ^
  84. -skip qtcharts ^
  85. -skip qtconnectivity ^
  86. -skip qtdatavis3d ^
  87. -skip qtdeclarative ^
  88. -skip qtdoc ^
  89. -skip qtgamepad ^
  90. -skip qtgraphicaleffects ^
  91. -skip qtimageformats ^
  92. -skip qtlocation ^
  93. -skip qtmacextras ^
  94. -skip qtmultimedia ^
  95. -skip qtnetworkauth ^
  96. -skip qtpurchasing ^
  97. -skip qtquickcontrols ^
  98. -skip qtquickcontrols2 ^
  99. -skip qtscript ^
  100. -skip qtscxml ^
  101. -skip qtsensors ^
  102. -skip qtserialbus ^
  103. -skip qtserialport ^
  104. -skip qtspeech ^
  105. -skip qtsvg ^
  106. -skip qttools ^
  107. -skip qttranslations ^
  108. -skip qtvirtualkeyboard ^
  109. -skip qtwayland ^
  110. -skip qtwebchannel ^
  111. -skip qtwebengine ^
  112. -skip qtwebview ^
  113. -skip qtwinextras ^
  114. -skip qtx11extras ^
  115. -skip qtremoteobjects ^
  116. -skip qtxmlpatterns ^
  117. -recheck-all
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement