diff options
| -rw-r--r-- | Source/api.pri | 2 | ||||
| -rw-r--r-- | Source/widgetsapi.pri | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/Source/api.pri b/Source/api.pri index fb6ad9136..e0a09e829 100644 --- a/Source/api.pri +++ b/Source/api.pri @@ -70,6 +70,8 @@ win* { BASE_TARGET = $$TARGET +CMAKE_MODULE_TESTS = $$ROOT_WEBKIT_DIR/Source/WebKit/qt/tests/cmake + load(qt_module) # Make sure the install_name of the QtWebKit library point to webkit diff --git a/Source/widgetsapi.pri b/Source/widgetsapi.pri index 1730a4ec2..4d7f32eb2 100644 --- a/Source/widgetsapi.pri +++ b/Source/widgetsapi.pri @@ -76,6 +76,8 @@ load(webkit_modules) BASE_TARGET = $$TARGET +CMAKE_MODULE_TESTS = $$ROOT_WEBKIT_DIR/Source/WebKit/qt/tests/cmake + load(qt_module) # Make sure the install_name of the QtWebKit library point to webkit |
