From 29cef085eaeb71cbe0b26d6b2d3cacbb95cbcfa5 Mon Sep 17 00:00:00 2001 From: Uwe Rathmann Date: Sat, 9 Mar 2019 16:20:47 +0100 Subject: [PATCH] pointless lines removed --- examples/automotive/automotive.pro | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/examples/automotive/automotive.pro b/examples/automotive/automotive.pro index cb0954e6..f641c3da 100644 --- a/examples/automotive/automotive.pro +++ b/examples/automotive/automotive.pro @@ -2,16 +2,6 @@ include( $${PWD}/../example.pri ) TARGET = automotive -# in this example we don't load skin factories as plugins -QSK_SKIN_DIR=$${QSK_ROOT}/skins - -INCLUDEPATH *= $${QSK_SKIN_DIR} -DEPENDPATH *= $${QSK_SKIN_DIR} - -QSK_PLUGIN_DIR = $${QSK_OUT_ROOT}/plugins -QMAKE_RPATHDIR *= $${QSK_PLUGIN_DIR}/skins -LIBS *= -L$${QSK_PLUGIN_DIR}/skins -lsquiekskin -lmaterialskin - HEADERS += \ ButtonBar.h \ SoundControl.h \