mirror of
https://github.com/QuasarApp/Qt-AES.git
synced 2025-04-27 14:14:31 +00:00
cleaning
This commit is contained in:
parent
fe7cd13bc0
commit
d69dd98bd1
2
main.cpp
2
main.cpp
@ -1,6 +1,6 @@
|
||||
#include <QCoreApplication>
|
||||
#include <QTest>
|
||||
#include "aestest.h"
|
||||
#include "unit_test/aestest.h"
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
|
@ -11,7 +11,7 @@ TEMPLATE = app
|
||||
|
||||
SOURCES += main.cpp \
|
||||
qaesencryption.cpp \
|
||||
aestest.cpp
|
||||
unit_test/aestest.cpp
|
||||
|
||||
# The following define makes your compiler emit warnings if you use
|
||||
# any feature of Qt which as been marked deprecated (the exact warnings
|
||||
@ -26,5 +26,5 @@ DEFINES += QT_DEPRECATED_WARNINGS
|
||||
|
||||
HEADERS += \
|
||||
qaesencryption.h \
|
||||
aestest.h
|
||||
unit_test/aestest.h
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user