aboutsummaryrefslogtreecommitdiffstats
path: root/gpg4usb.pro
diff options
context:
space:
mode:
authorNils Achtergarde <[email protected]>2018-01-04 21:39:25 +0000
committerNils Achtergarde <[email protected]>2018-01-04 21:39:25 +0000
commitb36dc4d79f446ae69aeb85137663a4e0ca23eba2 (patch)
tree23d0ae5e94e874064143735c249a2ad2cb95ad16 /gpg4usb.pro
parentadded .gitignore with mocfiles-dir and objectfiles-dir (diff)
downloadgpg4usb-b36dc4d79f446ae69aeb85137663a4e0ca23eba2.tar.gz
gpg4usb-b36dc4d79f446ae69aeb85137663a4e0ca23eba2.zip
put *.h and *.cpp to src-subdirectory
Diffstat (limited to 'gpg4usb.pro')
-rw-r--r--gpg4usb.pro102
1 files changed, 51 insertions, 51 deletions
diff --git a/gpg4usb.pro b/gpg4usb.pro
index aeba933..ba3c285 100644
--- a/gpg4usb.pro
+++ b/gpg4usb.pro
@@ -19,58 +19,58 @@ QT += network
# Input
OBJECTS_DIR=objectfiles
MOC_DIR=mocfiles
-HEADERS += attachments.h \
- gpgcontext.h \
- mainwindow.h \
- fileencryptiondialog.h \
- keyimportdetaildialog.h \
- mime.h \
- keygendialog.h \
- keygenthread.h \
- keydetailsdialog.h \
- keylist.h \
- keymgmt.h \
- settingsdialog.h \
- attachmenttablemodel.h \
- textedit.h \
- editorpage.h \
- quitdialog.h \
- aboutdialog.h \
- keyserverimportdialog.h \
- verifynotification.h \
- verifydetailsdialog.h \
- verifykeydetailbox.h \
- wizard.h \
- helppage.h \
- findwidget.h \
- gpgconstants.h
+HEADERS += src/attachments.h \
+ src/gpgcontext.h \
+ src/mainwindow.h \
+ src/fileencryptiondialog.h \
+ src/keyimportdetaildialog.h \
+ src/mime.h \
+ src/keygendialog.h \
+ src/keygenthread.h \
+ src/keydetailsdialog.h \
+ src/keylist.h \
+ src/keymgmt.h \
+ src/settingsdialog.h \
+ src/attachmenttablemodel.h \
+ src/textedit.h \
+ src/editorpage.h \
+ src/quitdialog.h \
+ src/aboutdialog.h \
+ src/keyserverimportdialog.h \
+ src/verifynotification.h \
+ src/verifydetailsdialog.h \
+ src/verifykeydetailbox.h \
+ src/wizard.h \
+ src/helppage.h \
+ src/findwidget.h \
+ src/gpgconstants.h
-SOURCES += attachments.cpp \
- gpgcontext.cpp \
- mainwindow.cpp \
- main.cpp \
- fileencryptiondialog.cpp \
- keyimportdetaildialog.cpp \
- mime.cpp \
- keygendialog.cpp \
- keygenthread.cpp \
- keydetailsdialog.cpp \
- keylist.cpp \
- keymgmt.cpp \
- settingsdialog.cpp \
- attachmenttablemodel.cpp \
- textedit.cpp \
- editorpage.cpp \
- quitdialog.cpp \
- aboutdialog.cpp \
- keyserverimportdialog.cpp \
- verifynotification.cpp \
- verifydetailsdialog.cpp \
- verifykeydetailbox.cpp \
- wizard.cpp \
- helppage.cpp \
- findwidget.cpp \
- gpgconstants.cpp
+SOURCES += src/attachments.cpp \
+ src/gpgcontext.cpp \
+ src/mainwindow.cpp \
+ src/main.cpp \
+ src/fileencryptiondialog.cpp \
+ src/keyimportdetaildialog.cpp \
+ src/mime.cpp \
+ src/keygendialog.cpp \
+ src/keygenthread.cpp \
+ src/keydetailsdialog.cpp \
+ src/keylist.cpp \
+ src/keymgmt.cpp \
+ src/settingsdialog.cpp \
+ src/attachmenttablemodel.cpp \
+ src/textedit.cpp \
+ src/editorpage.cpp \
+ src/quitdialog.cpp \
+ src/aboutdialog.cpp \
+ src/keyserverimportdialog.cpp \
+ src/verifynotification.cpp \
+ src/verifydetailsdialog.cpp \
+ src/verifykeydetailbox.cpp \
+ src/wizard.cpp \
+ src/helppage.cpp \
+ src/findwidget.cpp \
+ src/gpgconstants.cpp
RC_FILE = gpg4usb.rc