mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 18:50:44 +00:00
fixed conditional test for reports.ui
This commit is contained in:
parent
b6cfa1583c
commit
c4ce9ccbd6
@ -352,8 +352,10 @@ FORMS += \
|
||||
!contains(DEFINES, helpless) {
|
||||
FORMS += help.ui
|
||||
}
|
||||
equals(QT_MAJOR_VERSION,5)&lessthan(QT_MINOR_VERSION,12) {
|
||||
FORMS += reports.ui
|
||||
equals(QT_MAJOR_VERSION,5) {
|
||||
lessThan(QT_MINOR_VERSION,12) {
|
||||
FORMS += reports.ui
|
||||
}
|
||||
}
|
||||
|
||||
RESOURCES += \
|
||||
|
Loading…
Reference in New Issue
Block a user