diff --git a/support/SkinnyFont.cpp b/support/SkinnyFont.cpp index 0bcddaac..7278c388 100644 --- a/support/SkinnyFont.cpp +++ b/support/SkinnyFont.cpp @@ -30,8 +30,8 @@ void SkinnyFont::init( QGuiApplication* ) if ( elapsed > 20 ) { - qWarning() << "Loading fonts needed" << elapsed << "ms."; - qWarning() << "Probably because of creating a font cache."; + qWarning() << "Loading fonts needed" << elapsed << "ms" + << "- usually because of creating a font cache."; } /* diff --git a/support/support.pro b/support/support.pro index 70d4a834..f87cc06b 100644 --- a/support/support.pro +++ b/support/support.pro @@ -73,14 +73,4 @@ fontconfig { write_file( $${QSK_FONTCONF_FILE}, QSK_FONTCONF_DATA ) DEFINES += FONTCONFIG_FILE=$$clean_path( $$QSK_FONTCONF_FILE ) - - linux { - - fontcache.target = $${QSK_FONTCACHEDIR}/cache - fontcache.depends = $${QSK_FONTCONF_FILE} - fontcache.commands = FONTCONFIG_FILE=$${QSK_FONTCONF_FILE} fc-cache -v - - QMAKE_EXTRA_TARGETS += fontcache - PRE_TARGETDEPS += $${QSK_FONTCACHEDIR}/cache - } }