Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. QMLViewer as Portable USB Pen Drive Application (on Windows)

QMLViewer as Portable USB Pen Drive Application (on Windows)

Scheduled Pinned Locked Moved Qt Creator and other tools
3 Posts 2 Posters 3.4k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • E Offline
    E Offline
    emmynet
    wrote on last edited by
    #1

    Hi, I'm doing my first test in QML, my main requirement is to have a small test environment to practice with QtQuick (the QMLViewer will run on NetBook with 300mb free space :( ).
    There are several possibility to have a version of QmlViewer(.exe & .dll), without download and install all Qt SDK?
    thanks
    Emmanuel

    1 Reply Last reply
    0
    • kkoehneK Offline
      kkoehneK Offline
      kkoehne
      Moderators
      wrote on last edited by
      #2

      There's no premade image. Here are some guides if you want to try building one yourself (assuming you're on Windows):

      • put qmlviewer.exe + at least following .dll's in one directory:
        QtCore4.dll, QtDeclarative4.dll, QtGui4.dll, QtNetwork4.dll, QtOpenGL4.dll, QtScript4.dll, QtSql4.dll, QtSvg4.dll, QtXmlPatterns4.dll
      • copy the 'imports' and 'plugins' directory to the same directory (so that theres targetdir\imports , targetdir\plugins)

      If you're using an MSVC build of Qt:

      • Copy e.g. 'msvcr90.dll', 'msvcp90.dll' to the target directory

      Afterwards you should be able to launch it from any PC. Anyhow, I didn't bother to actually test the steps above ;)

      [EDIT: list formatting, Volker]

      Director R&D, The Qt Company

      1 Reply Last reply
      0
      • E Offline
        E Offline
        emmynet
        wrote on last edited by
        #3

        Tnks Kkoehne!
        I will try your steps!
        ;)

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved