mirror of https://github.com/KLayout/klayout.git
Fixed installation target for .exe's
This commit is contained in:
parent
6120d20398
commit
46a09aaf05
|
|
@ -1,10 +1,5 @@
|
||||||
|
|
||||||
TEMPLATE = app
|
TEMPLATE = app
|
||||||
|
|
||||||
inst_target.path = $$PREFIX
|
target.path = $$PREFIX
|
||||||
win32 {
|
INSTALLS += target
|
||||||
inst_target.files = $$DESTDIR/$${TARGET}.exe
|
|
||||||
} else {
|
|
||||||
inst_target.files = $$DESTDIR/$${TARGET}
|
|
||||||
}
|
|
||||||
INSTALLS = inst_target
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue