Fix build with qmake.
This commit is contained in:
parent
2907f1e80a
commit
aeb4780c96
|
@ -28,7 +28,7 @@
|
|||
#include "vscenestylesheet.h"
|
||||
|
||||
#include "../def.h"
|
||||
#include "vmisc/theme/vmanuallayoutstyle.h"
|
||||
#include "vmanuallayoutstyle.h"
|
||||
#include "vtheme.h"
|
||||
|
||||
#include <QColor>
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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 += \
|
||||
|
|
Loading…
Reference in New Issue
Block a user