mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-06 03:00:43 +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) {
|
!contains(DEFINES, helpless) {
|
||||||
FORMS += help.ui
|
FORMS += help.ui
|
||||||
}
|
}
|
||||||
equals(QT_MAJOR_VERSION,5)&lessthan(QT_MINOR_VERSION,12) {
|
equals(QT_MAJOR_VERSION,5) {
|
||||||
FORMS += reports.ui
|
lessThan(QT_MINOR_VERSION,12) {
|
||||||
|
FORMS += reports.ui
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
RESOURCES += \
|
RESOURCES += \
|
||||||
|
Loading…
Reference in New Issue
Block a user