Skip to content
  • 0 Votes
    10 Posts
    392 Views
    JKSHJ
    @StudentScripter said in Feedback needed: QML is this the right way to link other QML Files?: removing RESOURCE_PREFIX / is no problem, works still fine, thanks. :D Good to hear, that's what I expected :) There were some changes in Qt 6.5 to make things easier, so you should no longer need to specify RESOURCE_PREFIX unless you want some unconventional structure (which is not recommended) However do you mean changing all mymodules mentions to mymodulesplugin or only this one? I meant only one: target_link_libraries(appQmlLibraryTest PRIVATE Qt6::Quick mymodulesplugin # <-- Like this ) Cause when changing only one it gives me errors. Can you please share the full error message? Without it, it makes it hard to troubleshoot for you. @StudentScripter said in Feedback needed: QML is this the right way to link other QML Files?: Also another question what to do if i wanted to add another subfolder inside my mymodules/ directory? Lets say: mymodules/extras You could create a new QML module (in mymodules/extras/CMakeLists.txt)
  • 0 Votes
    3 Posts
    1k Views
    JKSHJ
    Hi, and welcome to the Qt Dev Net! @beahacker said: I have an bad experiences when I downloaded software from Qt websites. It is slow and unreliable. I failed to download Qt 5.5 alpha and other Qt products several times. Anyway, for your information, I am from Singapore. It sounds like you were assigned a slow mirror. Choose a different mirror, like @sierdzio suggested. Do you want Online or Offline installers? If you want Offline installers or source code, go to the download page, click "View All Downloads", and click on the "(Info)" link next to the package you want. If the "(Info)" link is missing, manually add the.mirrorlist extension to the end of the download URL, e.g. http://download.qt.io/development_releases/qt/5.5/5.5.0-alpha/single/qt-everywhere-opensource-src-5.5.0-alpha.zip.mirrorlist If you want to use the Online installer, use the Qt SDK Repo Chooser tool.