Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. QtRPT
Qt 6.11 is out! See what's new in the release blog

QtRPT

Scheduled Pinned Locked Moved Unsolved General and Desktop
6 Posts 3 Posters 1.9k Views 2 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.
  • N Offline
    N Offline
    nani1169
    wrote on last edited by
    #1

    i downloaded QtRPT source file for linux 16.04 from ```
    https://sourceforge.net/projects/qtrpt/files/?source=navbar
    ``but it unable to run, can anyone know how to run and use qtRPT?please tell me...

    jsulmJ 1 Reply Last reply
    0
    • N nani1169

      i downloaded QtRPT source file for linux 16.04 from ```
      https://sourceforge.net/projects/qtrpt/files/?source=navbar
      ``but it unable to run, can anyone know how to run and use qtRPT?please tell me...

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @nani1169 Your question isn't related to Qt.
      Please take a look at INSTALL.txt file:

      Compile Zint:
      
      cd QtRptProject/zint-2.4.4/backend_qt4
      
      qmake -o Makefile Zint.pro
      make
      
      Compile designer and library:
      
      cd ../../QtRptDesigner
      
      qmake
      make clean
      make
      
      Compile the demo program:
      
      cd ../QtRptDemo
      qmake
      make clean
      make
      
      Execute the demo program:
      
      cd ../bin/release
      export 
      LD_LIBRARY_PATH=$LD_LIBRARY_PATH:~/PATH_TO_WHERE_IT_IS/QtRptProject/bin/release/lib
      ./QtRptDemo &
      

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      2
      • N Offline
        N Offline
        nani1169
        wrote on last edited by
        #3

        there is no such file
        install.txt

        jsulmJ 1 Reply Last reply
        0
        • N nani1169

          there is no such file
          install.txt

          jsulmJ Offline
          jsulmJ Offline
          jsulm
          Lifetime Qt Champion
          wrote on last edited by
          #4

          @nani1169 There is: download the zip file and extract it.

          https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          0
          • N Offline
            N Offline
            nani1169
            wrote on last edited by
            #5

            after extracting i shown like this0_1515405823326_Screenshot from 2018-01-08 15-32-35.png
            i am trying to to run QtRptDesinger but it shows nothing
            it is not running

            1 Reply Last reply
            0
            • SGaistS Offline
              SGaistS Offline
              SGaist
              Lifetime Qt Champion
              wrote on last edited by
              #6

              Hi,

              You seem to have downloaded the binary which from a quick looks is 4 year old. You should rather build from source as @jsulm explained.

              Interested in AI ? www.idiap.ch
              Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

              1 Reply Last reply
              1

              • Login

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