C++ / fmt (pull_request) Successful in 4s
JS/TS / fmt (pull_request) Failing after 17s
JS/TS / lint (pull_request) Successful in 19s
Python / static (pull_request) Successful in 1m11s
Rust / fmt (pull_request) Successful in 1m3s
Rust / build (pull_request) Successful in 2m26s
Rust / clippy (pull_request) Failing after 16m40s
Python / verify (pull_request) Failing after 17m52s
C++ / clang-tidy (pull_request) Failing after 18m0s
C++ / build (pull_request) Failing after 18m2s
15 lines
279 B
CMake
15 lines
279 B
CMake
add_library(zshell-pch INTERFACE)
|
|
target_precompile_headers(zshell-pch INTERFACE
|
|
<qobject.h>
|
|
<qqmlintegration.h>
|
|
<qstring.h>
|
|
<qqmlengine.h>
|
|
<qloggingcategory.h>
|
|
<qvariant.h>
|
|
<qtimer.h>
|
|
<qdir.h>
|
|
<qlist.h>
|
|
<qstringlist.h>
|
|
<qpointer.h>
|
|
)
|