aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/tst_blackbox.h
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2018-08-22 17:02:41 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2018-09-04 07:11:56 +0000
commit909128d2647498b66f4dc6c1e948af6b47d0c42a (patch)
tree76a28ea633f5ab60f3079c470b793d153449d477 /tests/auto/blackbox/tst_blackbox.h
parentbe637305226049fbe4d09a435292c1034ee66312 (diff)
MSVC: Give hint about possible reason for missing import lib
If an import lib is unexpectedly not present, the reason is usually that no symbols are exported from the DLL. This is not obvious at all, so catch this condition and explain what is happening. Task-number: QBS-1291 Change-Id: Ia2df8e1a27e0231e855413245703ffc05221722e Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'tests/auto/blackbox/tst_blackbox.h')
-rw-r--r--tests/auto/blackbox/tst_blackbox.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/blackbox/tst_blackbox.h b/tests/auto/blackbox/tst_blackbox.h
index eb6041c2f..33aba02eb 100644
--- a/tests/auto/blackbox/tst_blackbox.h
+++ b/tests/auto/blackbox/tst_blackbox.h
@@ -186,6 +186,8 @@ private slots:
void nestedGroups();
void nestedProperties();
void newOutputArtifact();
+ void noExportedSymbols_data();
+ void noExportedSymbols();
void noProfile();
void noSuchProfile();
void nodejs();