[go: up one dir, main page]

Menu

[r11]: / Qtombo.pro  Maximize  Restore  History

Download this file

27 lines (25 with data), 670 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# -------------------------------------------------
# Project created by QtCreator 2010-03-06T13:42:53
# -------------------------------------------------
QT += core
QT += gui
TARGET = Qtombo
TEMPLATE = app
SOURCES += src/main.cpp \
src/mainwindow.cpp \
src/textinput.cpp \
src/crypt/CryptManager.cpp \
src/crypt/Crypt.cpp \
src/GNUPG/md5.c \
src/GNUPG/blowfish.c \
src/qtombotreeview.cpp
HEADERS += src/mainwindow.h \
src/textinput.h \
src/crypt/CryptManager.h \
src/crypt/Crypt.h \
src/GNUPG/bithelp.h \
src/qtombotreeview.h
FORMS += src/mainwindow.ui \
src/textinput.ui
OTHER_FILES +=
RESOURCES += res/qtombo.qrc