# kdsingle/cfg - "Build" settings for package

#---------------------------------------------------------------------

[technotes]

#---------------------------------------------------------------------

[buildtimes]

#---------------------------------------------------------------------

[settings]
compiler = clang
license  = See "license*.txt" in installed tree
licfile  = LICENSE.txt

setpaths = qt6

#---------------------------------------------------------------------

[depends]
cmake
qt6

#---------------------------------------------------------------------

[configure]
export QT6DIR=$PRODTREE/qt6
export QTDIR=$QT6DIR

mkdir obj && cd obj
cmake \
    -DCMAKE_BUILD_TYPE=RELEASE           \
    -DCMAKE_INSTALL_PREFIX=$PKGDIR_PROD  \
    ..
                                 
#---------------------------------------------------------------------

[build]
export QT6DIR=$PRODTREE/qt6
export QTDIR=$QT6DIR

cd obj && smpmake && make install

#---------------------------------------------------------------------

# Original URLs. These URLs were valid at one point, but may have died
# since then. If you download newer versions of tarballs [etc.], don't
# delete  the  original versions,  as you may not  be able  to replace
# them.

[urls]
url_debian  = tbd
url_home    = tbd
url_lfs     = tbd
url_tarball = git               # See "technotes" in "cfg" file

#---------------------------------------------------------------------

[history]
250225 Added package
250225 Started with 631237acd ("git" hash)