aboutsummaryrefslogtreecommitdiffstats
path: root/gpg4usb.pro
diff options
context:
space:
mode:
authorubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910>2010-05-14 11:22:44 +0000
committerubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910>2010-05-14 11:22:44 +0000
commit38d40c5aed23ba76add8fc421f26380c9973401e (patch)
tree30b55db0433c14a8a841eb0a49f865f3e2381117 /gpg4usb.pro
parentupdate attachment-todo (diff)
downloadgpg4usb-38d40c5aed23ba76add8fc421f26380c9973401e.tar.gz
gpg4usb-38d40c5aed23ba76add8fc421f26380c9973401e.zip
start of using own model for attachment-table-view, not all functionality (saving / icons) back in place
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@328 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'gpg4usb.pro')
-rw-r--r--gpg4usb.pro59
1 files changed, 42 insertions, 17 deletions
diff --git a/gpg4usb.pro b/gpg4usb.pro
index 06441c7..8265221 100644
--- a/gpg4usb.pro
+++ b/gpg4usb.pro
@@ -1,27 +1,52 @@
-######################################################################
+# #####################################################################
# Automatically generated by qmake (2.01a) Mi Mai 21 02:28:39 2008
-######################################################################
-
+# #####################################################################
TEMPLATE = app
-#unix:TARGET = start_linux
-#win32:TARGET = start_windows
-#mac:TARGET = start_mac
+
+# unix:TARGET = start_linux
+# win32:TARGET = start_windows
+# mac:TARGET = start_mac
DESTDIR = release
DEPENDPATH += .
-INCLUDEPATH += . ./include
-CONFIG += release static
+INCLUDEPATH += . \
+ ./include
+
+# CONFIG += release static
+CONFIG += debug
# Input
-HEADERS += attachments.h context.h gpgwin.h keylist.h keymgmt.h fileencryptiondialog.h mime.h keygenthread.h keydetailsdialog.h settingsdialog.h
-SOURCES += attachments.cpp context.cpp gpgwin.cpp main.cpp keylist.cpp keymgmt.cpp fileencryptiondialog.cpp mime.cpp keygenthread.cpp keydetailsdialog.cpp settingsdialog.cpp
+HEADERS += attachments.h \
+ context.h \
+ gpgwin.h \
+ keylist.h \
+ keymgmt.h \
+ fileencryptiondialog.h \
+ mime.h \
+ keygenthread.h \
+ keydetailsdialog.h \
+ settingsdialog.h \
+ attachmenttablemodel.h
+SOURCES += attachments.cpp \
+ context.cpp \
+ gpgwin.cpp \
+ main.cpp \
+ keylist.cpp \
+ keymgmt.cpp \
+ fileencryptiondialog.cpp \
+ mime.cpp \
+ keygenthread.cpp \
+ keydetailsdialog.cpp \
+ settingsdialog.cpp \
+ attachmenttablemodel.cpp
RC_FILE = gpg4usb.rc
+
# comment out line below for static building
-LIBS += -lgpgme -lgpg-error
+LIBS += -lgpgme \
+ -lgpg-error
DEFINES += _FILE_OFFSET_BITS=64
-
TRANSLATIONS = release/ts/gpg4usb_en.ts \
- release/ts/gpg4usb_de.ts \
- release/ts/gpg4usb_ru.ts \
- release/ts/gpg4usb_fr.ts \
- release/ts/gpg4usb_pt_BR.ts \
- release/ts/gpg4usb_es.ts \
+ release/ts/gpg4usb_de.ts \
+ release/ts/gpg4usb_ru.ts \
+ release/ts/gpg4usb_fr.ts \
+ release/ts/gpg4usb_pt_BR.ts \
+ release/ts/gpg4usb_es.ts