README 1.3 KB

123456789101112131415161718192021222324252627282930313233343536
  1. Qt Creator is a cross-platform IDE (Integrated Development Environment)
  2. tailored to the needs of Qt developers, but is also perfectly usable
  3. for non-Qt C/C++ projects. Qt Creator focuses on providing features
  4. that help new Qt users get up and running faster, and also boost the
  5. productivity of experienced Qt developers.
  6. Feature highlights include:
  7. - advanced code editor,
  8. - visual debugger,
  9. - GUI designers.
  10. NOTES:
  11. 1. This package conflicts with qt-creator2:
  12. install only one of the two.
  13. 2. This version of Qt Creator is advised for Qt5.
  14. 3. Before building/editing your application, you should configure
  15. the Qt Kits (Tools -> Options -> Build & Run -> Kits).
  16. 4. QmlDesigner will work properly only if you configure the Qt5 Kit
  17. properly and make it the Default Kit.
  18. 5. An old IDE configuration in user home directory
  19. (~/.config/QtProject*) can lead to strange behavior.
  20. 6. Some functionality of Qt Creator, like Clang Code Model or Clang
  21. Static Analyzer, depends on the qt-creator-llvm package. To enable
  22. these additional features, build and install qt-creator-llvm package
  23. and then build the Qt Creator package like that:
  24. $ USE_LLVM=yes ./qt-creator.SlackBuild
  25. Note: CODE_MODEL=yes option is synonym for USE_LLVM=yes and is kept
  26. for backward compatibility and will be removed for Slackware 15.0.