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
|
||||
|
||||
inst_target.path = $$PREFIX
|
||||
win32 {
|
||||
inst_target.files = $$DESTDIR/$${TARGET}.exe
|
||||
} else {
|
||||
inst_target.files = $$DESTDIR/$${TARGET}
|
||||
}
|
||||
INSTALLS = inst_target
|
||||
target.path = $$PREFIX
|
||||
INSTALLS += target
|
||||
|
|
|
|||
Loading…
Reference in New Issue