diff options
author | Nils Achtergarde <[email protected]> | 2018-01-04 21:01:41 +0000 |
---|---|---|
committer | Nils Achtergarde <[email protected]> | 2018-01-04 21:01:41 +0000 |
commit | 8456a907b17830d6fff61e6cb2c5e663ea45fa30 (patch) | |
tree | 4aaad45b38488c55e2783695feddb2f7d6f1de05 | |
parent | put generated objectfiles (*.o) to subdir objectfiles (diff) | |
download | gpg4usb-8456a907b17830d6fff61e6cb2c5e663ea45fa30.tar.gz gpg4usb-8456a907b17830d6fff61e6cb2c5e663ea45fa30.zip |
put generated mocfiles (moc_*) to subdir mocfiles
-rw-r--r-- | gpg4usb.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gpg4usb.pro b/gpg4usb.pro index af38106..aeba933 100644 --- a/gpg4usb.pro +++ b/gpg4usb.pro @@ -18,6 +18,7 @@ CONFIG += debug QT += network # Input OBJECTS_DIR=objectfiles +MOC_DIR=mocfiles HEADERS += attachments.h \ gpgcontext.h \ mainwindow.h \ |