Skip to content

Commit

Permalink
Removed a redundant condition from a pro file
Browse files Browse the repository at this point in the history
  • Loading branch information
tsujan committed Feb 17, 2022
1 parent 0f9f26c commit ec7c3d0
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions Kvantum/style/style.pro
Original file line number Diff line number Diff line change
Expand Up @@ -40,23 +40,18 @@ greaterThan(QT_MAJOR_VERSION, 4) {
viewItems.cpp \
KvantumPlugin.cpp \
shortcuthandler.cpp \
drag/windowmanager.cpp \
blur/blurhelper.cpp \
animation/animation.cpp \
themeconfig/ThemeConfig.cpp
HEADERS += Kvantum.h \
KvantumPlugin.h \
shortcuthandler.h \
drag/windowmanager.h \
blur/blurhelper.h \
animation/animation.h \
themeconfig/ThemeConfig.h \
themeconfig/specs.h
lessThan(QT_MAJOR_VERSION, 6) {
SOURCES += drag/windowmanager.cpp
HEADERS += drag/windowmanager.h
} else {
SOURCES += drag/windowmanager.cpp
HEADERS += drag/windowmanager.h
}
OTHER_FILES += kvantum.json
} else {
SOURCES += qt4/Kvantum4.cpp \
Expand Down

0 comments on commit ec7c3d0

Please sign in to comment.