diff --git a/qelectrotech.pro b/qelectrotech.pro index 866a6bc99..a723f045c 100644 --- a/qelectrotech.pro +++ b/qelectrotech.pro @@ -31,7 +31,6 @@ win32 { QET_COMMON_TBT_PATH = 'titleblocks/' QET_LANG_PATH = 'lang/' QET_LICENSE_PATH = './' - QET_STYLE_PATH = './' } macx { # Chemins MacOS X diff --git a/sources/qetapp.cpp b/sources/qetapp.cpp index 5f6266cdd..7358020fe 100644 --- a/sources/qetapp.cpp +++ b/sources/qetapp.cpp @@ -954,7 +954,7 @@ void QETApp::useSystemPalette(bool use) { "}" ); } else { - QFile file(":/style.css"); + QFile file("./style.css"); file.open(QFile::ReadOnly); QString styleSheet = QLatin1String(file.readAll()); setStyleSheet(styleSheet);