Add missing themeDef.cpp.

develop
Roman Telezhynskyi 2024-04-23 09:12:11 +03:00
parent ce82eb53f7
commit 56859de79d
1 changed files with 1 additions and 11 deletions

View File

@ -13,6 +13,7 @@ SOURCES += \
$$PWD/svgfont/vsvgglyph.cpp \
$$PWD/svgfont/vsvgpathtokenizer.cpp \
$$PWD/testpath.cpp \
$$PWD/theme/themeDef.cpp \
$$PWD/theme/vapplicationstyle.cpp \
$$PWD/theme/vmanuallayoutstyle.cpp \
$$PWD/theme/vpatternpiecestyle.cpp \
@ -104,17 +105,6 @@ contains(DEFINES, APPIMAGE) {
$$PWD/appimage.h
}
# Qt's versions
# 5.2.0, 5.2.1
# 5.3.0, 5.3.1, 5.3.2
contains(QT_VERSION, ^5\\.[0-2]\\.[0-2]$) { # Since Qt 5.3.0
HEADERS +=
SOURCES +=
}
FORMS += \
$$PWD/dialogs/dialogaskcollectstatistic.ui \
$$PWD/dialogs/dialogexporttocsv.ui \