mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 02:30:44 +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 \
|
||||
oximetry.ui \
|
||||
preferencesdialog.ui \
|
||||
reports.ui \
|
||||
profileselect.ui \
|
||||
newprofile.ui \
|
||||
exportcsv.ui \
|
||||
@ -353,6 +352,9 @@ FORMS += \
|
||||
!contains(DEFINES, helpless) {
|
||||
FORMS += help.ui
|
||||
}
|
||||
equals(QT_MAJOR_VERSION,5)&lessthan(QT_MINOR_VERSION,12) {
|
||||
FORMS += reports.ui
|
||||
}
|
||||
|
||||
RESOURCES += \
|
||||
Resources.qrc
|
||||
|
Loading…
Reference in New Issue
Block a user