Wrong QML_IMPORT_PATH value in Hangman example
-
I do not understand quite enough what
QML_IMPORT_PATH
is, for example what doesQML_IMPORT_PATH = $$PWD/hangmangame.h
mean in hangman\hangman.pro` in QT 6.6.2?
Is not it simply a typo?
My understanding is that
QML_IMPORT_PATH
is something related to QML files, but not to C++ headers. -
@Dmitriano said in Wrong QML_IMPORT_PATH value in Hangman example:
QML_IMPORT_PATH
Maybe documentation clarifies its purpose
-
@Pablo-J-Rogina Could you clarify what does it clarify?
-
@Dmitriano said in Wrong QML_IMPORT_PATH value in Hangman example:
My understanding is that QML_IMPORT_PATH is something related to QML files, but not to C++ headers.
I agree with you, looks also strange to me.
IFAIK,QML_IMPORT_PATH
should only contains directories and not files. By the way, if it contains files, they should be only QML files, I guess.
Maybe a bug?