mirror of
https://github.com/QuasarApp/Qt-AES.git
synced 2025-05-21 09:19:37 +00:00
fix tests pro file
This commit is contained in:
parent
b296606aab
commit
1b3ddbd2d2
8
.gitignore
vendored
8
.gitignore
vendored
@ -1 +1,9 @@
|
|||||||
*.user
|
*.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.
|
# deprecated API in order to know how to port your code away from it.
|
||||||
DEFINES += QT_DEPRECATED_WARNINGS
|
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.
|
# You can also make your code fail to compile if you use deprecated APIs.
|
||||||
# In order to do so, uncomment the following line.
|
# 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.
|
# You can also select to disable deprecated APIs only up to a certain version of Qt.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user