实现Wine识别检测功能

This commit is contained in:
2024-01-01 22:36:04 +08:00
parent df6d4ef120
commit c4b977c31c
8 changed files with 373 additions and 15 deletions

View File

@@ -9,13 +9,16 @@ CONFIG += c++17
#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
SOURCES += \
about_this_program.cpp \
main.cpp \
mainwindow.cpp
HEADERS += \
about_this_program.h \
mainwindow.h
FORMS += \
about_this_program.ui \
mainwindow.ui
TRANSLATIONS += \
@@ -27,3 +30,6 @@ CONFIG += embed_translations
qnx: target.path = /tmp/$${TARGET}/bin
else: unix:!android: target.path = /opt/$${TARGET}/bin
!isEmpty(target.path): INSTALLS += target
RESOURCES += \
Resources.qrc