Skip to content

Commit c5a4a85

Browse files
committed
Remove nsis support from the qmake script
A build script should not create packages or installers, this makes such a script unnecessarily confusing and difficult to maintain. The NSIS script was also overly complicated by trying to collect application dependencies.
1 parent f0fb84d commit c5a4a85

File tree

7 files changed

+0
-532
lines changed

7 files changed

+0
-532
lines changed

gcodeworkshop_top.pro

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ SUBDIRS = 3rdparty gcodeshared addons gcodeworkshop gcodefileserver
55

66

77
include(common.pri)
8-
include(install/install.pri)
98

109
QMAKE_EXTRA_TARGETS += lupdate
1110
lupdate.depends = lupdateGCodeWorkShop lupdateKdiff3

install/install.pri

-4
This file was deleted.

install/windows/nsis/app.nsi

-328
This file was deleted.

0 commit comments

Comments
 (0)