10 lines
281 B
Plaintext
10 lines
281 B
Plaintext
QSK_QML_EXPORT_DIRS = $${QSK_ROOT}/qmlexport
|
|
|
|
INCLUDEPATH *= $${QSK_QML_EXPORT_DIRS}
|
|
DEPENDPATH *= $${QSK_QML_EXPORT_DIRS}
|
|
|
|
use_install_rpath: QMAKE_RPATHDIR *= $${QSK_INSTALL_LIBS}
|
|
use_local_rpath: QMAKE_RPATHDIR *= $${QSK_LIB_DIR}
|
|
|
|
qskAddLibrary( $${QSK_LIB_DIR}, qskqmlexport)
|