Fixed installation target for .exe's

This commit is contained in:
Matthias Koefferlein 2017-08-27 19:34:16 +02:00
parent 6120d20398
commit 46a09aaf05
1 changed files with 2 additions and 7 deletions

View File

@ -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