Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. QT5 KArchive Not Found
Qt 6.11 is out! See what's new in the release blog

QT5 KArchive Not Found

Scheduled Pinned Locked Moved Installation and Deployment
2 Posts 2 Posters 956 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • V Offline
    V Offline
    Viking06
    wrote on last edited by
    #1

    I am trying to use KArchive to zip a file.
    I can get the example file to work if I use CMAKE, but QT is unable to find it the .pro file comments say

    Show how to use KArchive using qmake

    Set $QMAKEPATH to your KArchive install prefix if this is not found.

    QT += KArchive
    SOURCES += main.cpp

    How do I set the $QMAKEPATH

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      @export QMAKEPATH=/path/to/your/karchive@

      in your console where you will run cmake

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved