Navigation

    Qt Forum

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

    • UNSOLVED How to make install rule with a wildcard for files that don't exist?
      Installation and Deployment • qmake installation pro file make install • • Dan Princ  

      1
      0
      Votes
      1
      Posts
      30
      Views

      No one has replied

    • UNSOLVED Cannot find .pro file
      General and Desktop • pro file sql database • • JavierFontalvo  

      2
      0
      Votes
      2
      Posts
      28
      Views

      If you chose a CMake project, a CMakeLists.txt file will be used. You have to choose qmake as build system to get a .pro file.
    • SOLVED Why it is generating multiple library files instead of single file?
      General and Desktop • configure pro file lib qt 5.13.1 qdll • • Yash001  

      5
      0
      Votes
      5
      Posts
      68
      Views

      @Christian-Ehrlicher said in Why it is generating multiple library files instead of single file?: why does your user has to link to all 4 files, esp. when three of them are (correct) symlinks? Sorry for silly question. I misunderstood about symbolic link. I got my answer user need to add libSquidstatLibrary.1.0.0.dylib file. Thank you.
    • UNSOLVED From .pro file how to access a variable from another file?
      Tools • qmake pro file • • Nmaster88  

      3
      0
      Votes
      3
      Posts
      206
      Views

      we would like to install different builds on the same machine and the place were would do that distinction would be on the .pro file, to then generate different values for the "version" value of "info.plist" file. We already have a portion of code that we can probably use to do something similar: codegen.commands = python "\"$${PATH}/Dir1/test.py\"" !isEmpty(VARNAME) { message($$VARNAME) codegen.commands += VarName=$$CONFNAME } I think we are getting there
    • UNSOLVED Finding out which application is calling Lib in build tree
      General and Desktop • qmake qt 5.7 pro file subproject • • alizadeh91  

      6
      0
      Votes
      6
      Posts
      1452
      Views

      Hi, What are these "minor things" ?
    • SOLVED How to add GUI to a Qt console application?
      General and Desktop • gui console pro file • • Zoltan  

      3
      0
      Votes
      3
      Posts
      5659
      Views

      @SGaist Thank you, I will try it!
    • How to create .pro file in Visual Studio 2013 using Qt-Add-in
      Mobile and Embedded • qt5.4 visual studio pro file • • MarKS  

      1
      0
      Votes
      1
      Posts
      858
      Views

      No one has replied

    • All includes of Qt widgets says file not found. I've edited pro file but no luck
      General and Desktop • windows qt5.5 deployment pro file run qt.conf file not found helios • • carlos91moreira  

      4
      0
      Votes
      4
      Posts
      2955
      Views

      After so many attempts without luck, the first attempt I try after writing this reply is a dfferent error :) So the boost is no longer my problem. For other people that my face the same problem as me, in the includepath just add: '$(BOOST_ROOT)'
    • "Program files" from environment variable in .pro file
      General and Desktop • qmake pro file • • massimo.cristofolini  

      10
      0
      Votes
      10
      Posts
      7448
      Views

      See here for qmake language reference. Basically the $ $ operator applied to environment variables will be evaluated at qmake run, while the $ when the generated makefile is processed.
    • [solved] Create top level QT project to build multiple projects
      General and Desktop • build pro file multiple • • code_fodder  

      12
      0
      Votes
      12
      Posts
      6541
      Views

      Another post recently linked back to this one, so I wanted to augment this with a couple more relevant links for setting up a manageable, maintainable qmake SUBDIRS structure: https://www.toptal.com/qt/vital-guide-qmake https://wiki.qt.io/QMake-top-level-srcdir-and-builddir Which helped me set up a working example: https://github.com/219-design/qt-qml-project-template-with-ci/blob/6af6488d74e1dc97a/main_gui.pro
    • File Template
      General and Desktop • creator pro file • • Martin  

      2
      0
      Votes
      2
      Posts
      782
      Views

      HI and welcome to devnet, you can create your own "Project Wizard". Read here how to do
    • QMake INSTALL not picking up binaries
      Installation and Deployment • qmake install pro file • • VRonin  

      3
      0
      Votes
      3
      Posts
      1763
      Views

      Thanks for your answer It's actually a dll but I get what you are saying. I tried adding target.files = $$DESTDIRNAME/*.dll target.files += $$DESTDIRNAME/*.lib target.files += $$DESTDIRNAME/*.pdb where DESTDIRNAME is the same value as DESTDIR but no change
    • Seeting QMAKE_RPATHDIR
      General and Desktop • qt creator pro file • • Lays147  

      1
      0
      Votes
      1
      Posts
      556
      Views

      No one has replied

    • Importing resource files of an imported project in QT
      General and Desktop • qtcreator linux qmake cross compile pro file import chromium ressource • • MrGrj  

      1
      0
      Votes
      1
      Posts
      578
      Views

      No one has replied

    • how set INCLUDEPATH from subdirectory?
      General and Desktop • pro file includepath • • Giorgi  

      9
      0
      Votes
      9
      Posts
      2760
      Views

      Can you show a mockup of your project tree structure ?
    • QtCreator + SDL same projects different targets(Debian and Raspberry)
      Tools • qtcreator cross compile raspberry cross platform pro file • • alkzx  

      2
      0
      Votes
      2
      Posts
      937
      Views

      You can put the name of mkspec you are used for the given platform. I think for Raspberry it's something like linux-rasp-pi-g++. Open the mkspecs/devices folder in your Qt installation and check it out or open the Kits propertties page in Qt Creator and see which mkspec your kits are using.
    • using a pro-file for cleaning up some files and dirs
      General and Desktop • qmake pro file rmdir deldir • • AnvarKnurr  

      1
      0
      Votes
      1
      Posts
      346
      Views

      No one has replied