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