mirror of https://github.com/KLayout/klayout.git
11 lines
177 B
Plaintext
11 lines
177 B
Plaintext
|
|
|
||
|
|
TEMPLATE = app
|
||
|
|
|
||
|
|
inst_target.path = $$PREFIX
|
||
|
|
win32 {
|
||
|
|
inst_target.files = $$DESTDIR/$${TARGET}.exe
|
||
|
|
} else {
|
||
|
|
inst_target.files = $$DESTDIR/$${TARGET}
|
||
|
|
}
|
||
|
|
INSTALLS = inst_target
|