What is the reason for REMOVING modules ?
-
This is a repost..
Please read the title.
.
I am NOT looking for sermon on / about "+= / -= " purpose.I like to know why adding C++ class , using "Choose template - adding library " to my subdir project I end up with REMOVING modules.
QT += core gui widgets changed
#orignal QT -= core gui
#bluetooth -
This is a repost..
Please read the title.
.
I am NOT looking for sermon on / about "+= / -= " purpose.I like to know why adding C++ class , using "Choose template - adding library " to my subdir project I end up with REMOVING modules.
QT += core gui widgets changed
#orignal QT -= core gui
#bluetoothWhat is the reason for REMOVING modules ?
I end up with REMOVING modules.
So you've the answer - becaue you removed them. How should we know why you did this? Maybe the project don't need them?
-
@AnneRanch said in What is the reason for REMOVING modules ?:
to my subdir project I end up with REMOVING modules.
Little English misinterpretation - I did not add the "-=" - it came FROM QT.
Still like to know WHY the modules are removed. -
Hi,
There is a set of default modules that are activated. Depending on what you do, you may not have a need for them.