TreeView for Qt Quick Installation Instructions

 

Download links:

Qt 5

https://d17cwbpb4enl0d.cloudfront.net/qttreeview-src-5.15.zip

https://d17cwbpb4enl0d.cloudfront.net/qttreeview-src-5.15.tar.xz

Qt 6

https://d17cwbpb4enl0d.cloudfront.net/qttreeview-src-6.2.zip

https://d17cwbpb4enl0d.cloudfront.net/qttreeview-src-6.2.tar.xz

Building

  • after downloading sources follow the two steps below
  • Unarchive the source archive
  • cd qttreeview-src
  • Build and deploy the created libraries
  • Using qmake: 
    • <Qt installation folder>/<version>/<toolchain or platform>/bin/qmake && make && make install
  • Using CMake (use always absolute paths):
    • cmake -DCMAKE_PREFIX_PATH=<Qt installation folder>/<version>/<toolchain or platform>
    • cmake --build

Note that build instructions in the README file are outdated. Follow the steps above. 

 

Back to Qt Marketplace