diff --git a/Valentina.pro b/Valentina.pro index c232a6a3c..b1ee66c45 100644 --- a/Valentina.pro +++ b/Valentina.pro @@ -10,7 +10,6 @@ QT += core gui widgets xml svg printsupport TARGET = Valentina TEMPLATE = app -CONFIG += precompile_header CONFIG -= debug_and_release debug_and_release_target SOURCES += main.cpp\ diff --git a/stable.h b/stable.h index fbecfc763..518b3576f 100644 --- a/stable.h +++ b/stable.h @@ -2,26 +2,11 @@ #if defined __cplusplus /* Add C++ includes here */ -#include +#include #include #include #include -#include -#include +#include +#include #include "options.h" -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include #endif