Skip to content
  • Halla Rempt's avatar
    Make marble, ICU and SQLite optional · 174eac65
    Halla Rempt authored
    Once the textshape starts using calligradb,
    it'll have to be disabled if we cannot build
    calligradb because of a missing icu, but there
    is no reason to stop people from building the
    other parts of calligra.
    
    The previous way of disabling was done with a
    IF(CREATIVEONLY) block, but that hides the variables
    and makes everything fail in creativeonly mode.
    
    Conflicts:
    	CMakeLists.txt
    	libs/CMakeLists.txt
    174eac65