nsis uninstall project

update to qt6.x
This commit is contained in:
Xiao YiFang 2022-05-10 21:00:09 +08:00
parent a0a54a8e13
commit 5fc504012c
2 changed files with 5 additions and 2 deletions

View file

@ -3,6 +3,7 @@
// Why is this not part of NSIS? Ask NSIS developers. // Why is this not part of NSIS? Ask NSIS developers.
#include <QtCore> #include <QtCore>
#include <QtCore5Compat/QRegExp>
int main( int argc, char *argv[] ) int main( int argc, char *argv[] )
{ {

View file

@ -3,11 +3,13 @@
###################################################################### ######################################################################
TEMPLATE = app TEMPLATE = app
TARGET = TARGET = gen_uninstall
DEPENDPATH += . DEPENDPATH += .
INCLUDEPATH += . INCLUDEPATH += .
QT += core5compat core
CONFIG+=utf8_source
# Input # Input
SOURCES += gen_uninstall.cc SOURCES += gen_uninstall.cc
RC_FILE = gen_uninstall.rc #RC_FILE = gen_uninstall.rc