aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/tst_blackboxbase.cpp
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2017-10-23 10:58:02 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2017-10-23 13:08:07 +0000
commit056d25f2270c6cc0e32cd7a55e80f2d420ca447d (patch)
tree7ef5ea2cc2f95157f3dc09da325e709e881d019c /tests/auto/blackbox/tst_blackboxbase.cpp
parent31fc946bb5ffecdd907f3303536c7abc9a4b4495 (diff)
Autotest: Create a convenience header for DLL import/export macros
It's annoying having to write this again for every autotest involving shared libs. Change-Id: Ief6a11f8df2810166606874d24bfa9820af00d16 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io> Reviewed-by: Jake Petroules <jake.petroules@qt.io>
Diffstat (limited to 'tests/auto/blackbox/tst_blackboxbase.cpp')
-rw-r--r--tests/auto/blackbox/tst_blackboxbase.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/blackbox/tst_blackboxbase.cpp b/tests/auto/blackbox/tst_blackboxbase.cpp
index 88cbe1fce..f2bc69cda 100644
--- a/tests/auto/blackbox/tst_blackboxbase.cpp
+++ b/tests/auto/blackbox/tst_blackboxbase.cpp
@@ -183,6 +183,7 @@ void TestBlackboxBase::initTestCase()
ccp(testSourceDir, testDataDir);
QDir().mkpath(testDataDir + "/find");
ccp(testSourceDir + "/../find", testDataDir + "/find");
+ QVERIFY(copyDllExportHeader(testSourceDir, testDataDir));
}
QString TestBlackboxBase::findExecutable(const QStringList &fileNames)