mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-06 03:00:43 +00:00
Remove reports.ui for QT 5.12
This commit is contained in:
parent
4020040674
commit
0b3ec8f0be
@ -341,7 +341,6 @@ FORMS += \
|
|||||||
mainwindow.ui \
|
mainwindow.ui \
|
||||||
oximetry.ui \
|
oximetry.ui \
|
||||||
preferencesdialog.ui \
|
preferencesdialog.ui \
|
||||||
reports.ui \
|
|
||||||
profileselect.ui \
|
profileselect.ui \
|
||||||
newprofile.ui \
|
newprofile.ui \
|
||||||
exportcsv.ui \
|
exportcsv.ui \
|
||||||
@ -353,6 +352,9 @@ FORMS += \
|
|||||||
!contains(DEFINES, helpless) {
|
!contains(DEFINES, helpless) {
|
||||||
FORMS += help.ui
|
FORMS += help.ui
|
||||||
}
|
}
|
||||||
|
equals(QT_MAJOR_VERSION,5)&lessthan(QT_MINOR_VERSION,12) {
|
||||||
|
FORMS += reports.ui
|
||||||
|
}
|
||||||
|
|
||||||
RESOURCES += \
|
RESOURCES += \
|
||||||
Resources.qrc
|
Resources.qrc
|
||||||
|
Loading…
Reference in New Issue
Block a user