-
Notifications
You must be signed in to change notification settings - Fork 2
/
QStegano.pri
33 lines (30 loc) · 951 Bytes
/
QStegano.pri
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
# ----------------------------------------------------
# This file is generated by the Qt Visual Studio Tools.
# ------------------------------------------------------
# This is a reminder that you are using a generated .pro file.
# Remove it when you are finished editing this file.
message("You are running qmake on a generated .pro file. This may not work!")
HEADERS += ./src/Common.h \
./src/Decode.h \
./src/EnvironmentProxy.h \
./src/Hide.h \
./src/ImageContext.h \
./src/LSB.h \
./src/LSBInverted.h \
./src/LSBXor.h \
./src/MethodHandler.h \
./src/OPAP.h \
./src/QStegano.h
SOURCES += ./src/Common.cpp \
./src/Decode.cpp \
./src/Hide.cpp \
./src/ImageContext.cpp \
./src/LSB.cpp \
./src/LSBInverted.cpp \
./src/LSBXor.cpp \
./src/MethodHandler.cpp \
./src/OPAP.cpp \
./src/main.cpp \
./src/QStegano.cpp
FORMS += ./src/QStegano.ui
RESOURCES += ./src/QStegano.qrc