From 22889c74dfed4f4efe4822ae8e5f078c3ad9d01a Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Tue, 31 May 2016 14:32:51 +0200 Subject: [PATCH] Pro file edit. --- rssguard.pro | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/rssguard.pro b/rssguard.pro index 3f537d053..75d896291 100644 --- a/rssguard.pro +++ b/rssguard.pro @@ -437,15 +437,11 @@ INCLUDEPATH += $$PWD/. \ $$PWD/src/gui/dialogs \ $$PWD/src/dynamic-shortcuts -isEmpty(DESTDIR) { - DESTDIR = $$(PWD) -} - win32 { # Install all files on Windows. - target.path = bin + target.path = $$DESTDIR - misc.files = $$DESTDIR/resources/misc/*.sql + misc.files = resources/misc/*.sql misc.path = $$DESTDIR/misc INSTALLS += target misc