Building CC

Feel free to ask any question here
Post Reply
abellia
Posts: 5
Joined: Thu Jun 30, 2016 4:00 pm

Building CC

Post by abellia »

Hi,

When trying to build CC from source, I get the following error:

Code: Select all

CMake Error at libs/CCAppCommon/CMakeLists.txt:24 (target_sources):
  Cannot find source file:

    /Users/abell/cc/libs/CCAppCommon/QDarkStyleSheet/qdarkstyle/dark/darkstyle.qrc

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm
  .ccm .cxxm .c++m .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90
  .f95 .f03 .hip .ispc
Can someone tell me what I'm missing or how to work around this?
abellia
Posts: 5
Joined: Thu Jun 30, 2016 4:00 pm

Re: Building CC

Post by abellia »

Answering my own question:

I believe this is a dependency:

https://github.com/ColinDuquesnoy/QDarkStyleSheet

I will note that the building instructions seem to be out of date. You seem to now need Qt6 and there are dependencies and it's not made clear how best to integrate. I ended up just cloning projects into the expected places in the CC source tree and all seems well.
daniel
Site Admin
Posts: 8158
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

Re: Building CC

Post by daniel »

Correct, we have moved to Qt 6!
Daniel, CloudCompare admin
Post Reply