Navigation

    Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    • Unsolved
    1. Home
    2. Tags
    3. project
    Log in to post

    • SOLVED Move header and source files to different location
      Installation and Deployment • project headers sources • • szumial  

      6
      0
      Votes
      6
      Posts
      697
      Views

      @szumial said in Move header and source files to different location: I don't remember adding these non-standard paths in that previous project Before, your header files and source files were located in the same directory. The preprocessor searches for header files in same directory, then in directories specified using -I parameter (that is what INCLUDEPATH adds) and then in system directories.
    • UNSOLVED Creating a new Qt project with Qt VS Tools on Visual Studio 2019 throws a project error
      Tools • project vs 2019 vstools • • johnratius  

      2
      0
      Votes
      2
      Posts
      842
      Views

      Hi, I am facing the same problem using Qt 5.12.4 and msvc2019. The following error occurred: Error reading VS project settings. Does anyone have a solution for that? I tried reinsalling VS, didnt work. Tried different qt vs tools didnt work. Any information is appreciated, thanks!
    • UNSOLVED What sets resource.rc value assignments
      General and Desktop • project • • mmikeinsantarosa  

      3
      0
      Votes
      3
      Posts
      289
      Views

      @Christian-Ehrlicher Thanks for the tip and will do. Mike
    • UNSOLVED .pro.user / shared to repository
      Mobile and Embedded • settings project share • • iwlf  

      3
      0
      Votes
      3
      Posts
      767
      Views

      @iwlf As @LeLev said, the pro.user cannot be shared and should not be checked into version control systems.
    • UNSOLVED How to divide a project? (For readability)
      General and Desktop • c++ qmainwindow project management • • R_Irudezu  

      7
      0
      Votes
      7
      Posts
      861
      Views

      Seperation of Concerns (SoC): https://en.wikipedia.org/wiki/Separation_of_concerns There are design approaches that go further, but SoC is a good place to start.
    • UNSOLVED Qt Gui Text to ASCII art
      General and Desktop • text help project ascii • • Losnariu12  

      3
      0
      Votes
      3
      Posts
      1097
      Views

      @aha_1980 Thanks for the answer . I will try your sugestions and see how it goes. I've done all this text to ASCII in console codeblocks C++ but it seems that i need a gui to it. I am not as good in Class'es and things like that. I will try it anyways. An example could be more than good for one letter . i could do the rest alone :P . Have a good night
    • [NEW] redshift-qt
      Announcements • project • • harogaston  

      1
      1
      Votes
      1
      Posts
      711
      Views

      No one has replied

    • UNSOLVED Create a custom component with QML and use it in a c++ project
      QML and Qt Quick • c++ qt project can bus gauge qml • • TMJJ  

      3
      0
      Votes
      3
      Posts
      1170
      Views

      Hi, Thanks for the quick answer. Now I understand I didn't asked my question correctly. I know it is possible to do this, but I actually want to combine a qml into my .ui widget. I finally found a tutorial for this (https://www.ics.com/blog/combining-qt-widgets-and-qml-qwidgetcreatewindowcontainer). It says it is only possible to do this from qt 5.0. For my embedded system I'm working with 4.7. So this isn't possible for me. Kind regards
    • UNSOLVED How to make Qt Creator use variables in the builddir path, so I can easily rename project?
      QML and Qt Quick • qtcreator build path project • • Stefan Monov76  

      8
      0
      Votes
      8
      Posts
      5392
      Views

      @Stefan-Monov76 said in How to make Qt Creator use variables in the builddir path, so I can easily rename project?: Thanks anyway You're welcome. Shadow building (option 1 from above) should work for you regardless.
    • UNSOLVED Organising a QML project with a plugin and an app
      QML and Qt Quick • qml plugin project organization • • Acristal  

      1
      0
      Votes
      1
      Posts
      520
      Views

      No one has replied

    • UNSOLVED Files with the same prefix as target cpp file automatically get added to project?
      Tools • cmake project • • daviddoria  

      1
      0
      Votes
      1
      Posts
      490
      Views

      No one has replied

    • SOLVED Add QtGui private headers
      General and Desktop • qmake project private api • • kshegunov  

      7
      0
      Votes
      7
      Posts
      7117
      Views

      Hopefully, once this ticket is closed, everything should be easier using CMake
    • is using .qmake.cache file different from including a .pri file?
      General and Desktop • qmake project qmake-qt5 buildsystem qmake.cache • • markus.liebe  

      2
      0
      Votes
      2
      Posts
      1185
      Views

      Hi, Did you follow that wiki article ?