Skip to content

Commit d69dd98

Browse files
author
Matteo Brichese
committed
cleaning
1 parent fe7cd13 commit d69dd98

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#include <QCoreApplication>
22
#include <QTest>
3-
#include "aestest.h"
3+
#include "unit_test/aestest.h"
44

55
int main(int argc, char *argv[])
66
{

qaesencryption.pro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ TEMPLATE = app
1111

1212
SOURCES += main.cpp \
1313
qaesencryption.cpp \
14-
aestest.cpp
14+
unit_test/aestest.cpp
1515

1616
# The following define makes your compiler emit warnings if you use
1717
# any feature of Qt which as been marked deprecated (the exact warnings
@@ -26,5 +26,5 @@ DEFINES += QT_DEPRECATED_WARNINGS
2626

2727
HEADERS += \
2828
qaesencryption.h \
29-
aestest.h
29+
unit_test/aestest.h
3030

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)