Navigation

    Qt Forum

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

    • SOLVED QMake doesn't work properly
      Installation and Deployment • qmake make makefile • • Johnnyk91  

      18
      0
      Votes
      18
      Posts
      156
      Views

      If you did something like CONFIG = debug You, in fact, nuked the content of the variable and replaced it with debug. If you want to modify the content of such a variable, use either += or *=. The first to add a value and the second to add the value only if not already in the variable.
    • SOLVED Can't qmake QtWebengine - "qtwebenginecore-config.pri: No such file or directory"
      General and Desktop • qmake qtwebengine configure make pri • • Mohammadsm  

      6
      0
      Votes
      6
      Posts
      502
      Views

      Great ! Since you have it working now, please mark the thread as solved using the "Topic Tools" button so that other forum users may know a solution has been found :-) In case, there's an answer that provides the correct hint, you can also use the three button menu to mark it as the correct answer.
    • SOLVED Compilation hangs early when building 5.12 with WebAssembly support
      Installation and Deployment • qmake make webassembly wasm • • ivarec  

      6
      0
      Votes
      6
      Posts
      1014
      Views

      Oops! It worked in my last attempt, although it look a long time. So, my problem was Emscripten's version after all. Here is the version that worked: emscripten-1.37.1 Note: I've used emsdk to install Emscripten and I had to install a matching LLVM/CLang version: clang-e1.37.1-64bit
    • UNSOLVED Qt Project fail to build on Travis CI - "error: ISO C++ forbids declaration of ..."
      General and Desktop • cmake make qt 5.10.0 qt 5.1.1 qt 5.1 • • alex1a  

      8
      0
      Votes
      8
      Posts
      2112
      Views

      @ambershark oki, i appreciate your attention
    • UNSOLVED Compiling Qt 5.5.1 results in error: this use of “defined” may not be portable [-Wexpansion-to-defined] Ask Question
      General and Desktop • qt5.5 qmake qt 5.5 make gcc • • CybeX  

      6
      0
      Votes
      6
      Posts
      4442
      Views

      Remove the -j 8. The error is somewhere else. These are just warnings.
    • SOLVED QCA no Makefile
      3rd Party Software • windows make makefile building qca • • mikkel1156  

      7
      0
      Votes
      7
      Posts
      2518
      Views

      @VRonin said in QCA no Makefile: also, if you are using MSVC you have to tell cmake to generate makefiles instead of project files. Pass the -G "NMake Makefiles" arguments to your cmake call You sir, have saved me. I can't believe they don't specify that in the guide (it also uses MSVC, so idk why there wasn't the same problem). I've run into some trouble while building, but that can/should be its own topic. @VRonin said in QCA no Makefile: Slightly related, is QCA supported and updated? The last thing you'd want is to use an out of date cryptographic library. I normally use Crypto++ but libcrypto of OpenSSL is also very good (if you don't mind messing with C) It is still active, looking at the the git (https://cgit.kde.org/qca.git/) the last commit was in 2017-09-30 (some months ago, but it isn't dead). I had also been looking at Crypto++, but ended up settleing for QCA for no pacticular reasons. And I wouldn't mess with C, I'm still even just a C++ newbie afterall ;) QCA can also use OpenSSL btw.
    • UNSOLVED Errors while building the project for android
      Mobile and Embedded • android make build error build qt • • no_ideaw  

      2
      0
      Votes
      2
      Posts
      664
      Views

      @no_ideaw Can you show your pro file? Also did you run qmake and rebuild your project after changing Kit to "Android for armeabi-v7a"?
    • UNSOLVED Set make flag for all projects
      General and Desktop • qmake make • • Pamplemousse MK 2  

      4
      0
      Votes
      4
      Posts
      1918
      Views

      @Pamplemousse-MK-2 When you are entering this on each machine where the creator is used, it will apply to all projects on that machine. Eventually you need to check whether it is updated for all projects already loaded in created. New projects are taking over those system environment settings.
    • SOLVED Installing ODBC driver on Ubuntu getting syntax error after running "make"
      General and Desktop • make driver odbc sql server unixobdc • • Amir5121  

      10
      0
      Votes
      10
      Posts
      5219
      Views

      @SGaist Thanks for your help.. it's successfuly got connected finally.. i changed localhost\sqlexpress to localhost and it got connected.. what ever sqlexpress is there for. Thanks again
    • SOLVED Link a library with Qt on windows
      Installation and Deployment • windows make lib mingw32 • • dridk2  

      7
      0
      Votes
      7
      Posts
      3725
      Views

      @dridk2 Great news! Happy coding. :)
    • UNSOLVED Invinite make loop when cross-compiling with subdirs project
      Tools • qmake qt 5.4.1 make • • PhTe  

      1
      0
      Votes
      1
      Posts
      527
      Views

      No one has replied

    • UNSOLVED Compile my Qt project in Windows
      General and Desktop • qmake make command • • tomy  

      5
      0
      Votes
      5
      Posts
      981
      Views

      @tomy Did you realize that you are looking in the wrong directory? MinGW is in c:\Qt\Tools\mingw492_32\bin! You should be more proactive and look by yourself instead of asking for exact answers. You can search in Windows-Explorer for *make*.exe On my machine I get 4 hits one of them is mingw32-make.exe
    • UNSOLVED QMAKE_EXTRA_COMPILERS and MOC
      Tools • make qmakeextracom • • Lexxmark  

      2
      0
      Votes
      2
      Posts
      1185
      Views

      I had the same problem, solved it by making a new compiler that uses the generated header file as input and runs moc on it to generate the missing source file. From my .pro: dbc2cpp_canbus_h.name = Generating canbus.h from DBC file. dbc2cpp_canbus_h.CONFIG += combine dbc2cpp_canbus_h.input = "DBC_A_C" dbc2cpp_canbus_h.output = canbus.h dbc2cpp_canbus_h.commands = bash -c 'dbc2cpp --target CANBUS_H CLUSTER <($${DBC_A_GIT}) <($${DBC_C_GIT})' dbc2cpp_canbus_h.variable_out = HEADERS QMAKE_EXTRA_COMPILERS += dbc2cpp_canbus_h CANBUS_H = canbus.h new_moc.commands = moc $(DEFINES) $(INCPATH) canbus.h -o ${QMAKE_FILE_OUT} new_moc.input = "CANBUS_H" new_moc.output = moc_canbus.cpp new_moc.variable_out = SOURCES QMAKE_EXTRA_COMPILERS += new_moc
    • Cross compile Qt for RaspberryPi2 - undefined reference
      Mobile and Embedded • cross compile raspberry pi 2 make reference undefined • • JeKK666  

      6
      1
      Votes
      6
      Posts
      3707
      Views

      I never got around to solve this issue, so due to time constraints i reverted to compile natively on the Raspberry Pi.
    • UNSOLVED Some Android with QT issue
      Mobile and Embedded • android linux qt5.5 make arch linux • • Gue00  

      2
      0
      Votes
      2
      Posts
      737
      Views

      Hi, Did you configure Qt Creator to find your Android/Java stuff ?
    • UNSOLVED Keeping the normal build system of my project...?
      General and Desktop • qmake build make autotools • • delt  

      3
      0
      Votes
      3
      Posts
      987
      Views

      Hi and welcome to devnet, While it might be doable, I'd recommend using a build manager either CMake like suggested by @debian, QBS or qmake. You'll have an easier way to handle your project and its submodules (not to mention that it will also make your life easier if changing OS to build your project). Note that you can use qmake for non-Qt project without a problem.
    • [SOLVED] Having custom variables in Makefile
      General and Desktop • qmake make makefile • • kumararajas  

      16
      0
      Votes
      16
      Posts
      5333
      Views

      Later to that, I have figured out a problem in having: We need to have \" in the argument: -DBOO_PATH="/path/to/boost" Problem is that, the macro turned out to be #define BOO_PATH /path/to/boost which is actually useless. We need to have double quotes to cover them up. BOOST = $ $ ( BOOST_PATH ) BOOST_STR = ' \ \ " $ $ { BOOST } \ \ " ' DEFINES += BOOST_PATH=\ " $ $ { BOOST_STR } \" Again, eliminate the spaces :)
    • Standard Qt App, save intermediate files
      Installation and Deployment • qt 5.5 make qt creator 3.4 intermediate fi • • Tubbles  

      4
      0
      Votes
      4
      Posts
      1056
      Views

      Which Qt version did you install ? MSVC ? MinGW ?
    • Error while building/deploying project fet (kit: Desktop Qt 5.5.0 MSVC2013 32bit) When executing step "Make"
      General and Desktop • error desktop make msvc2013 • • gibra  

      8
      0
      Votes
      8
      Posts
      11076
      Views

      i solved problem by download other version of Qt Qt 5.5.0 for Windows 32-bit (MinGW 4.9.2, 959 MB) THANKS
    • Why does qmake fail to remove (rm) files correctly during rebuild with a custom compiler?
      Tools • qmake make compilers undocumented • • Steve Muchow  

      1
      0
      Votes
      1
      Posts
      751
      Views

      No one has replied

    • [SOLVED] qmake make and install target
      General and Desktop • qmake installation make target • • eddystefes  

      2
      0
      Votes
      2
      Posts
      8872
      Views

      ok found the solution: in my .pro i hat a typo: target.files = config.conf .... // wrong _____________^_________ this needs to be: target.files += config.conf // right _____________^_________ also I hade multiple installation-targets and did not add target to installs in every build configuration. so for those who run in the same problem: be sure you add target to INSTALLS, target.files is already filled with your compilation output. use += not = to add other files
    • Running a app - Error
      General and Desktop • qt creator deploy make • • Lays147  

      7
      0
      Votes
      7
      Posts
      2145
      Views

      @JKSH This img of qt version: http://i62.tinypic.com/dhaiqb.png I'm use the qt creator and qt version 5.4.2 downloaded of qt.io
    • Problem Cross Compile Qt for PandaBoard
      Mobile and Embedded • error cross compile arm make pandaboard • • byT3b0N3  

      1
      0
      Votes
      1
      Posts
      1410
      Views

      No one has replied

    • Problem with Qt-5.4.0 installation...!
      Installation and Deployment • make qt-5.4.0 • • Rohith  

      3
      0
      Votes
      3
      Posts
      1372
      Views

      @SGaist Thanks for replying SGaist Now i understood the Problem Thanks, Rohith.G
    • Qmake and Make in wrong directories?
      General and Desktop • qtcreator qmake error make • • devbrs  

      5
      0
      Votes
      5
      Posts
      1982
      Views

      @dheerendra ok it seems to have worked, but when I do "make", I still get the error for make
    • Script tools not found when building Qt
      General and Desktop • configure make open source 5.4 script tools • • Chris  

      4
      0
      Votes
      4
      Posts
      1516
      Views

      Are you sure all available modules were built ?