diff options
author | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-12-28 18:37:58 +0000 |
---|---|---|
committer | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-12-28 18:37:58 +0000 |
commit | 1efa478834fb9329739ce7b26b35eb9962594cb0 (patch) | |
tree | 5ae67eb6d581ec947465054f2619d59ffacea60d /gpg4usb.pro | |
parent | prepare language listing which works from qt 4.8 onwards (diff) | |
download | gpg4usb-1efa478834fb9329739ce7b26b35eb9962594cb0.tar.gz gpg4usb-1efa478834fb9329739ce7b26b35eb9962594cb0.zip |
add GPG4USB_NON_PORTABLE flag, which could be used to build non portable app using system gpg folders and programm
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@713 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'gpg4usb.pro')
-rw-r--r-- | gpg4usb.pro | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/gpg4usb.pro b/gpg4usb.pro index dec67fc..d21c606 100644 --- a/gpg4usb.pro +++ b/gpg4usb.pro @@ -11,6 +11,8 @@ DEPENDPATH += . INCLUDEPATH += . \ ./include +#DEFINES += GPG4USB_NON_PORTABLE + #CONFIG += release static CONFIG += debug QT += network @@ -90,4 +92,8 @@ TRANSLATIONS = release/ts/gpg4usb_en.ts \ release/ts/gpg4usb_vi.ts \ release/ts/gpg4usb_my.ts \ release/ts/gpg4usb_fa_IR.ts - + + +contains(DEFINES, GPG4USB_NON_PORTABLE) { + message(Building non portable version...) +} |