2018-10-25 10:11:12 +02:00
|
|
|
############################################################################
|
|
|
|
# QSkinny - Copyright (C) 2016 Uwe Rathmann
|
|
|
|
# This file may be used under the terms of the QSkinny License, Version 1.0
|
|
|
|
############################################################################
|
|
|
|
|
|
|
|
defineReplace(qskLibraryTarget) {
|
|
|
|
|
2019-03-09 16:43:47 +01:00
|
|
|
return( $$qtLibraryTarget($$1) )
|
|
|
|
}
|
2018-10-25 10:11:12 +02:00
|
|
|
|
2019-03-09 16:43:47 +01:00
|
|
|
defineReplace(qskPluginTarget) {
|
2018-10-25 10:11:12 +02:00
|
|
|
|
2019-03-09 16:43:47 +01:00
|
|
|
return( $$qtLibraryTarget($$1) )
|
2018-10-25 10:11:12 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
defineTest(qskAddLibrary) {
|
|
|
|
|
2019-03-09 16:43:47 +01:00
|
|
|
LIBS *= -L$$1
|
|
|
|
LIBS += -l$$2$$qtPlatformTargetSuffix()
|
2018-10-25 10:11:12 +02:00
|
|
|
|
|
|
|
export(LIBS)
|
|
|
|
|
|
|
|
return(true)
|
|
|
|
}
|