aboutsummaryrefslogtreecommitdiffstats
path: root/share/qbs/modules/cpp/linux-gcc.qbs
blob: 63281f7cb74be0180b184b72d67fbe0a07532205 (plain)
1
2
3
4
5
6
7
import qbs 1.0

UnixGCC {
    condition: qbs.targetOS.contains('linux') && qbs.toolchain.contains('gcc')
    rpaths: ['$ORIGIN']
}