diff --git a/src/libs/vmisc/theme/vscenestylesheet.cpp b/src/libs/vmisc/theme/vscenestylesheet.cpp index 79210c07d..e1dd9a00e 100644 --- a/src/libs/vmisc/theme/vscenestylesheet.cpp +++ b/src/libs/vmisc/theme/vscenestylesheet.cpp @@ -28,7 +28,7 @@ #include "vscenestylesheet.h" #include "../def.h" -#include "vmisc/theme/vmanuallayoutstyle.h" +#include "vmanuallayoutstyle.h" #include "vtheme.h" #include diff --git a/src/libs/vmisc/vmisc.pri b/src/libs/vmisc/vmisc.pri index 40e197a1f..6bc8c2368 100644 --- a/src/libs/vmisc/vmisc.pri +++ b/src/libs/vmisc/vmisc.pri @@ -13,7 +13,12 @@ SOURCES += \ $$PWD/svgfont/vsvgpathtokenizer.cpp \ $$PWD/testpath.cpp \ $$PWD/theme/vapplicationstyle.cpp \ + $$PWD/theme/vmanuallayoutstyle.cpp \ + $$PWD/theme/vpatternpiecestyle.cpp \ + $$PWD/theme/vscenestylesheet.cpp \ + $$PWD/theme/vstylesheetstyle.cpp \ $$PWD/theme/vtheme.cpp \ + $$PWD/theme/vtoolstyle.cpp \ $$PWD/vabstractvalapplication.cpp \ $$PWD/vabstractapplication.cpp \ $$PWD/projectversion.cpp \ @@ -84,8 +89,14 @@ HEADERS += \ $$PWD/svgfont/vsvgglyph_p.h \ $$PWD/svgfont/vsvgpathtokenizer.h \ $$PWD/testpath.h \ + $$PWD/theme/themeDef.h \ $$PWD/theme/vapplicationstyle.h \ + $$PWD/theme/vmanuallayoutstyle.h \ + $$PWD/theme/vpatternpiecestyle.h \ + $$PWD/theme/vscenestylesheet.h \ + $$PWD/theme/vstylesheetstyle.h \ $$PWD/theme/vtheme.h \ + $$PWD/theme/vtoolstyle.h \ $$PWD/vabstractvalapplication.h \ $$PWD/vmath.h \ $$PWD/vabstractapplication.h \ diff --git a/src/libs/vmisc/vmisc.pro b/src/libs/vmisc/vmisc.pro index a9332cdf9..bd17d202d 100644 --- a/src/libs/vmisc/vmisc.pro +++ b/src/libs/vmisc/vmisc.pro @@ -48,7 +48,8 @@ include(vmisc.pri) RESOURCES += \ share/resources/icon.qrc \ # All other icons except cursors and Windows theme. share/resources/flags.qrc \ - share/resources/breezethemes/breeze.qrc + share/resources/breezethemes/breeze.qrc \ + share/resources/scenestyle.qrc macx { RESOURCES += \