What is my problem with 6.3 ?
-
@AnneRanch
Since you earlier showed a message stating that/media/q5
is a "Read-only file system" everything goes wrong because it cannot create aMakefile
etc. Look at where your project is set to use its build directory for where it puts theMakefile
and the.o
/executable files it generates....If you want to build starting from a Qt example, first copy the whole example directory to somewhere where you do development in your own user area --- not in the read-only mounted area --- and do all your work there.
-
@ChrisW67 BINGO BUT I am pleading ignorance - when I run QT maintenance tool I always get to "install / update "
So- what app is this "module selection in " ? (Linux not Windoze )
- Does it have to be installed and if so how ?
-
@AnneRanch
- start the maintenance tool
- login
- add or remove components
- expand Qt tree
- expand Qt6 tree
- expand Additional Libraries tree
- set a checkmark next to Qt Connectivity and any other additional Module you're using
- click next
- let it install
- finished
@JonB I have that solved ....
well you didn't say so yet
-
@AnneRanch mmh, have seen that one only once before,
IIRC, select custom installation, and you should get the tree selection window -
@J-Hilk After ":custom " selected it still wants to "install " and complains about existing directory. I guess I will reinstall into different directory and take a coffee break...
STILL NO MODULES
-
-
Conclusion (Linux)
When initially loading QT- If version 5.x it is necessary to add libraries of interest manually
- With version 6.3 (tested with 6.3) such libraries / components / modules should be added during install
- selected by expanding the version of interest.
{Note to myself QT terms " library / component / module" are used interchangeably ...)
PS If it is OK with the group - I would like to delete most of the pictures.