CMake doesn't know where is Qt4 qmake

后端 未结 8 1503
自闭症患者
自闭症患者 2021-02-04 00:05

I am using Debian OS and I\'m trying to point to cmake where is my Qt4.

I try to build qjson library and with its CMakeLists.txt: http://pastebin.com/fKNp0Qgy

I

8条回答
  •  别跟我提以往
    2021-02-04 00:41

    On my old RHEL distro, this did it for me:

    sudo yum install qt-devel.x86_64
    

    Just the qt-base one wouldn't work with cmake.

提交回复
热议问题