This commit is contained in:
Matteo Brichese 2017-07-07 10:10:47 -07:00
parent fe7cd13bc0
commit d69dd98bd1
4 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
#include <QCoreApplication>
#include <QTest>
#include "aestest.h"
#include "unit_test/aestest.h"
int main(int argc, char *argv[])
{

View File

@ -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