Warning, /pim/kdepim-docker/kdesrc-buildrc-qt5 is written in an unsupported language. File is not indexed.

0001 global
0002     # Don't change those values, would break the environment!
0003     kdedir /home/neon/kdepim/install
0004     source-dir /home/neon/kdepim/src
0005     build-dir /home/neon/kdepim/build
0006     log-dir /home/neon/kdepim/logs
0007 
0008     # Use multiple cores for building. Other options to GNU make may also be
0009     # set.
0010     make-options -j4
0011 
0012     # Build in Debug mode - enables Q_ASSERTS and other checks and makes debugging
0013     # crashes easier. Not suitable for profiling performance (use RelWithDebInfo
0014     # for that)
0015     cmake-options -DCMAKE_BUILD_TYPE=Debug
0016     cmake-generator Ninja
0017 end global
0018 
0019 include /home/neon/kdesrc-build/kf5-kdepim-build-include