Pro file edit.

This commit is contained in:
Martin Rotter 2016-05-31 14:32:51 +02:00
parent f7f78d8d48
commit 22889c74df
1 changed files with 2 additions and 6 deletions

View File

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