Logo
Explore Help
Sign In
feedc0de/qt-creator
1
0
Fork 0
You've already forked qt-creator
forked from qt-creator/qt-creator
Code Pull Requests Activity
Files
d65ef60ea24a25e636f5a51b51192abbc883da12
qt-creator/tests/auto/qml/CMakeLists.txt

13 lines
296 B
CMake
Raw Normal View History

CMake build system: Depend qml tests on configuration Don't build qml auto tests if the QmlJSTools plugin is disbled in the configuration. Change-Id: I05217446b087a9ab201c0ee8b1d37d5a0ddd6c8e Reviewed-by: Cristian Adam <cristian.adam@qt.io>
2019-12-21 22:42:20 +01:00
if (NOT TARGET QmlJSTools)
return()
endif()
Qt Creator CMake port Based on Tobias Hunger's work from a few months ago. The CMake configuration needs libclang and Qt paths specified as CMAKE_PREFIX_PATH. Auto tests are run with "ctest". At the moment the pass rate is 87%. Change-Id: Iba98e39bf22077d52706dce6c85986be67a6eab0 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io> Reviewed-by: Tobias Hunger <tobias.hunger@qt.io> Reviewed-by: Eike Ziller <eike.ziller@qt.io>
2019-05-12 22:20:56 +02:00
add_subdirectory(codemodel)
add_subdirectory(persistenttrie)
add_subdirectory(qmldesigner)
add_subdirectory(qmleditor)
add_subdirectory(qmljssimplereader)
add_subdirectory(qmlprojectmanager)
add_subdirectory(qrcparser)
add_subdirectory(reformatter)
Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 43ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API