Fix build with qmake.

This commit is contained in:
Roman Telezhynskyi 2023-08-08 09:26:14 +03:00
parent 2907f1e80a
commit aeb4780c96
3 changed files with 14 additions and 2 deletions

View file

@ -28,7 +28,7 @@
#include "vscenestylesheet.h"
#include "../def.h"
#include "vmisc/theme/vmanuallayoutstyle.h"
#include "vmanuallayoutstyle.h"
#include "vtheme.h"
#include <QColor>

View file

@ -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 \

View file

@ -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 += \