diff options
author | Nils Achtergarde <[email protected]> | 2018-01-04 20:49:00 +0000 |
---|---|---|
committer | Nils Achtergarde <[email protected]> | 2018-01-04 20:49:00 +0000 |
commit | 14b8c570143fcd82364990e8571f935f53e5cff1 (patch) | |
tree | 895ac8e6324c3e1839775df61b3b51855eb0e1e6 | |
parent | recommit of ea2c2348bcd661c1265b7e5bc3ba4057f2842a3d (set default keyserver t... (diff) | |
download | gpg4usb-14b8c570143fcd82364990e8571f935f53e5cff1.tar.gz gpg4usb-14b8c570143fcd82364990e8571f935f53e5cff1.zip |
put generated objectfiles (*.o) to subdir objectfiles
-rw-r--r-- | gpg4usb.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gpg4usb.pro b/gpg4usb.pro index fa6a049..af38106 100644 --- a/gpg4usb.pro +++ b/gpg4usb.pro @@ -17,6 +17,7 @@ INCLUDEPATH += . \ CONFIG += debug QT += network # Input +OBJECTS_DIR=objectfiles HEADERS += attachments.h \ gpgcontext.h \ mainwindow.h \ |