重新改进支持Qt4.6-Qt6.1

This commit is contained in:
feiyangqingyun
2021-05-30 15:45:43 +08:00
parent 71acdd7151
commit b2ca4d05da
286 changed files with 2571 additions and 1965 deletions

View File

@@ -1,22 +0,0 @@
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = imageviewwindow
TEMPLATE = app
DESTDIR = $$PWD/../bin
CONFIG += warn_off
HEADERS += graphicsview.h
HEADERS += graphicspixmap.h
HEADERS += imageviewwindow.h
SOURCES += graphicspixmap.cpp
SOURCES += graphicsview.cpp
SOURCES += imageviewwindow.cpp
SOURCES += main.cpp
FORMS += imageviewwindow.ui
RESOURCES += imageviewwindow.qrc