-
Notifications
You must be signed in to change notification settings - Fork 1
/
Stegosaur.pro
51 lines (45 loc) · 1.02 KB
/
Stegosaur.pro
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
#-------------------------------------------------
#
# Project created by QtCreator 2012-04-02T10:22:32
#
#-------------------------------------------------
QT += core gui
TARGET = Stegosaur
TEMPLATE = app
RC_FILE = ic.rc
SOURCES += main.cpp\
tests.cpp \
bitChanger.cpp \
stringiterator.cpp\
steganography.cpp \
intermediary.cpp \
crypt.cpp \
problemdialog.cpp \
noisewarning.cpp \
addpicdialog.cpp \
notenoughinfo.cpp \
succesfulhiding.cpp \
picturetoosmall.cpp \
mainwindow.cpp
HEADERS += \
tests.h \
bitChanger.h \
stringiterator.h \
steganography.h \
intermediary.h \
crypt.h \
problemdialog.h \
noisewarning.h \
addpicdialog.h \
notenoughinfo.h \
succesfulhiding.h \
picturetoosmall.h \
mainwindow.h
FORMS += \
problemdialog.ui \
noisewarning.ui \
addpicdialog.ui \
notenoughinfo.ui \
succesfulhiding.ui \
picturetoosmall.ui \
mainwindow.ui