diff options
author | Cristian Adam <cristian.adam@qt.io> | 2019-06-26 17:51:06 +0200 |
---|---|---|
committer | Cristian Adam <cristian.adam@qt.io> | 2019-07-25 14:06:46 +0000 |
commit | 8ae9cfe39d9fbf114f23bc00e7a66516c2429648 (patch) | |
tree | 904d53964f8b8f489d1684b842ba0ccdb1403b24 /tests/auto/qml/qmljssimplereader | |
parent | 402ff933ad17c340dd20eaadfff90111bb06d494 (diff) | |
download | qt-creator-8ae9cfe39d9fbf114f23bc00e7a66516c2429648.tar.gz |
CMake build: Add "Devel" package
The "Devel" package will contain headers, libraries, documentation
needed by the 3rd parties to build Qt Creator plugins.
Fixes: QTCREATORBUG-22514
Change-Id: If54929f823982b921b98a63ff6085d53618a3a49
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'tests/auto/qml/qmljssimplereader')
-rw-r--r-- | tests/auto/qml/qmljssimplereader/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qml/qmljssimplereader/CMakeLists.txt b/tests/auto/qml/qmljssimplereader/CMakeLists.txt index 4742047d7b..e4f7ce9051 100644 --- a/tests/auto/qml/qmljssimplereader/CMakeLists.txt +++ b/tests/auto/qml/qmljssimplereader/CMakeLists.txt @@ -2,7 +2,7 @@ add_qtc_test(tst_qml_qmljssimplereader DEPENDS qmljs DEFINES QT_CREATOR - QTCREATORDIR="${CMAKE_SOURCE_DIR}" + QTCREATORDIR="${PROJECT_SOURCE_DIR}" TESTSRCDIR="${CMAKE_CURRENT_SOURCE_DIR}" SOURCES tst_qmljssimplereader.cpp ) |