Skip to content
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.

QT Creator can't find TestRunner QtQuickTest Automator, whare are they from? #40

Open
xkungfu opened this issue Feb 11, 2022 · 5 comments

Comments

@xkungfu
Copy link

xkungfu commented Feb 11, 2022

what dependencies that I have to install ?

@xkungfu
Copy link
Author

xkungfu commented Feb 11, 2022

updates: I am using qt creator 5.0.0 on windows 10.

@benlau
Copy link
Owner

benlau commented Feb 11, 2022

If you just want to try the library, you could copy the asyncfuture.h into your project. For running the test case, you need to install required packages via qpm - A package manager for Qt .

@xkungfu
Copy link
Author

xkungfu commented Feb 11, 2022

1: download qpm.exe to asyncfuture/tests/asyncfutureunittests
2: cd asyncfuture/tests/asyncfutureunittests
3:
qpm install [email protected]
qpm install [email protected]
qpm install [email protected]

I have do all the steps above.

the error is: TestRunner, QtQuickTest, Automator etc. no such files.

do these relation to qpm?

@xkungfu
Copy link
Author

xkungfu commented Feb 11, 2022

after reinstall qt creator and change to msvc kit resolve the problem.

still fail for mingw64 on windows. it seems lost some libs if using mingw64.

@vpicaver
Copy link
Contributor

This has been ported to CMake on https://github.com/vpicaver/asyncfuture. See the documentation at the bottom of the README.md

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants