File tree 3 files changed +15
-2
lines changed
3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change
1
+ top_srcdir=$$PWD
2
+ top_builddir=$$shadowed($$PWD)
Original file line number Diff line number Diff line change
1
+ [Paths]
2
+ Plugins = $$top_builddir/qsqlcipher/plugins
Original file line number Diff line number Diff line change @@ -3,9 +3,18 @@ TEMPLATE = app
3
3
TARGET = qsqlcipher_test
4
4
unix : CONFIG += testcase
5
5
win32 : {
6
- CONFIG += build_all
6
+ CONFIG += build_all
7
+ QMAKE_SUBSTITUTES += qt_conf
8
+ qt_conf.input = qt.conf.in
9
+ build_pass: CONFIG (debug , debug |release ) {
10
+ qt_conf.output = debug/qt.conf
11
+ }
12
+ else: build_pass {
13
+ qt_conf.output = release/qt.conf
14
+ }
15
+ } else {
16
+ QMAKE_SUBSTITUTES += qt.conf.in
7
17
}
8
- INCLUDEPATH += .
9
18
10
19
# The following define makes your compiler warn you if you use any
11
20
# feature of Qt which has been marked as deprecated (the exact warnings
You can’t perform that action at this time.
0 commit comments