error: 'QTextStream' dose not name a type
Unsolved
Qt Creator and other tools
-
@HMCL So, it is about https://github.com/MishkaRogachev/JAGCS.git, right?
Did you try to build on command line like shown in https://github.com/MishkaRogachev/JAGCS/blob/master/README.md ? -
@HMCL said in error: 'QTextStream' dose not name a type:
Next, I made project file through command : 'qmake -project' and 'qmake JAGCS.pro'.
Why?
QtCreator supports CMake. There is no need to create pro file. -
@HMCL said in error: 'QTextStream' dose not name a type:
For the first time I build the JAGCS
Was the build successful? Also, which build steps did you follow? From the README.md:
mkdir build cd build cmake .. make
Did you clone the repository properly:
git clone --recursive https://github.com/MishkaRogachev/JAGCS.git
?
I don't know how the executable is named and where it is located.
Don't know why you think creating pro file will help you.