mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 20:14:05 +00:00
nsis uninstall project
update to qt6.x
This commit is contained in:
parent
a0a54a8e13
commit
5fc504012c
|
@ -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[] )
|
||||||
{
|
{
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue