4
0
mirror of https://github.com/QuasarApp/Qt-AES.git synced 2025-05-09 11:39:35 +00:00

fix tests pro file

This commit is contained in:
Andrei Yankovich 2019-06-04 18:13:13 +03:00
parent b296606aab
commit 1b3ddbd2d2
2 changed files with 14 additions and 0 deletions

8
.gitignore vendored

@ -1 +1,9 @@
*.user
*moc_*
*qrc_res*
*.swp
*.o
build/release/QAESEncryption
*.qaesencryption

@ -19,6 +19,12 @@ SOURCES += main.cpp \
# deprecated API in order to know how to port your code away from it.
DEFINES += QT_DEPRECATED_WARNINGS
CONFIG(release, debug|release): {
DESTDIR="$$PWD/build/release"
} else {
DESTDIR="$$PWD/build/debug"
}
# You can also make your code fail to compile if you use deprecated APIs.
# In order to do so, uncomment the following line.
# You can also select to disable deprecated APIs only up to a certain version of Qt.