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. QT and OpenNN
Forum Updated to NodeBB v4.3 + New Features

QT and OpenNN

Scheduled Pinned Locked Moved Unsolved General and Desktop
5 Posts 3 Posters 446 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.
  • T Offline
    T Offline
    Turkey197
    wrote on last edited by
    #1

    Hello, i'm new to qt and c++.

    I've sucessfully installed QT and downloaded the OpenNN Package. Where i have to put those additional Files? A simple doubleclick will open the Example-Projects but there ist an abort due to "no rule to make target"

    Ist there a quick solution for a beginner in this IDE?

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

      Hi and welcome to devnet,

      You need to provide more information.

      What exactly did you install ?
      Which version ?
      On what OS ?
      What example did you open ?
      How did you open it ?

      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
      • T Offline
        T Offline
        Turkey197
        wrote on last edited by
        #3

        My OS is Debian Buster

        With

         sudo apt-get install qtcreator.
        

        i installed the IDE

        After that, i downloaded the the openNN package from GitHub and stored it somewhere in my home directory.

        Then i opened the the demo-file iris_plant.pro

        Pablo J. RoginaP 1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          Did you also install Qt's development packages ?

          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
          0
          • T Turkey197

            My OS is Debian Buster

            With

             sudo apt-get install qtcreator.
            

            i installed the IDE

            After that, i downloaded the the openNN package from GitHub and stored it somewhere in my home directory.

            Then i opened the the demo-file iris_plant.pro

            Pablo J. RoginaP Offline
            Pablo J. RoginaP Offline
            Pablo J. Rogina
            wrote on last edited by
            #5

            @Turkey197 checking the repository from GitHub that you linked, it clearly says:

            The .pro files are project files for the Qt Creator IDE, which can be downloaded from its site. Note that OpenNN does not make use of the Qt library.

            So it seems that the OpenNN package is not using Qt framework at all, just providing Qt .pro files in order to use Qt Creator IDE, but being just an IDE you could use any other C++ IDE or even build the examples from command line (given that you have a compiler and any other required library installed in your development machine)

            Upvote the answer(s) that helped you solve the issue
            Use "Topic Tools" button to mark your post as Solved
            Add screenshots via postimage.org
            Don't ask support requests via chat/PM. Please use the forum so others can benefit from the solution in the future

            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