Navigation

    Qt Forum

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

    • UNSOLVED PyQt5 Program closes immediately after running compiled EXE
      General and Desktop • pyqt5 debug freeze compiling qt compiling • • Oscar L  

      2
      0
      Votes
      2
      Posts
      958
      Views

      Hi and welcome to devnet, How are you building your executable ? What version of PyQt5 and Qt are you using ? Since you are using PyQt, you might want to consider contacting its authors.
    • UNSOLVED Cross-compile and deploy from linux to windows
      Installation and Deployment • linux cross compile windows 10 deploying compiling • • Tranquil  

      10
      0
      Votes
      10
      Posts
      17284
      Views

      @Tranquil I don't know how you read your text-file. But if it is for example with QTextStream, you coulc read line by line, call QString QString::simplified() const on it. that removes all leading and trailing whitespaces and reduces al other whitespaces to a simple single space. That should include tab and multiple spaces. Than QString::splitRef(QChar::Space); on it and you have a vector of all your entries (in StringRef format) -> convert it to your container.
    • UNSOLVED MOC Version Compatibility
      General and Desktop • moc header binary compatibility compiling • • JoeWB  

      4
      0
      Votes
      4
      Posts
      985
      Views

      You have to use the correct moc to your headers. When you install Qt you must also install the devel tools for this specific Qt versions. And you should fix your buildsystem to call moc. Those moc files do no belong to the sources.
    • SOLVED How to add ncurses library to project?
      Tools • qtcreator compiling • • maydin  

      5
      0
      Votes
      5
      Posts
      4656
      Views

      @maydin As libs are not located in include directories it should be: LIBS += -L/usr/lib -lncurses
    • SOLVED INCLUDEPATH not honored when compiling using MSVC2013
      General and Desktop • qtcreator msvc2013 include compiling • • TheFlyingMooseMan  

      6
      0
      Votes
      6
      Posts
      1743
      Views

      You're welcome ! Since you have it working now, please mark the thread as solved using the "Topic Tool" button so that other forum users may know a solution has been found :)