only in qtcreator have "str_member" function
Change-Id: I018591864ecbde9995a2b61759088bce0743a3ab
}
DTK_INCLUDEPATH = $$INCLUDE_INSTALL_DIR
-isEmpty(includes.path): includes.path = $$DTK_INCLUDEPATH/D$$upper($$str_member($$TARGET, 3, 3))$$str_member($$TARGET, 4, -1)
+isEmpty(includes.path): includes.path = $$quote($$DTK_INCLUDEPATH/D$$upper($$member($$list($$split(TARGET,)), 3, 3))$$join($$list($$member($$list($$split(TARGET,)), 4, -1))),)
!isEmpty(DTK_STATIC_LIB) {
DEFINES += DTK_STATIC_LIB