summaryrefslogtreecommitdiffstats
path: root/libraries/qt6/README.SLACKWARE
blob: 675c6c15776e67612d461851953ea2fd48950362 (plain)
Slackware 15.0's version of clang fails to compile qt6, due to the
following error:

Linking CXX executable ../../../../qtbase/bin/lupdate
/usr/bin/ld: CMakeFiles/lupdate.dir/cpp_clang.cpp.o: undefined
  reference to symbol '_ZTIN5clang7tooling21FrontendActionFactoryE'
/usr/bin/ld: /usr/lib64/libclangTooling.so.13: error adding symbols:
  DSO missing from command line
collect2: error: ld returned 1 exit status

To remedy this, Qt provides a prebuilt clang package that we bootstrap
against.

Qt6 will compile with multiple optional dependencies, such as:

  assimp
  (*)db2
  (*)cerence
  (*)directfb
  (*)gn
  (*)interbase
  (*)litehtml
  (*)lttn-ust
  mold
  postgresql
  (*)sensorfw
  (*)s-log2
  snappy
  (*)tslib
  xmlstarlet

  ...and possibly others.

(*) = not available from SBo at the time of writing.