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. Install QT on ubuntu and move the existing project from QT windows
Forum Updated to NodeBB v4.3 + New Features

Install QT on ubuntu and move the existing project from QT windows

Scheduled Pinned Locked Moved Unsolved General and Desktop
windowsubuntumove
2 Posts 2 Posters 1.6k Views
  • 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.
  • V Offline
    V Offline
    vibolvireak
    wrote on last edited by
    #1

    Hello, i'm follow the instruction and install QT5.5 on Ubuntu 14.04 LTS and it work really fine when i open and existing project that i already working on windows. But i got error on output of my project

    QML debugging is enabled. Only use this in a safe environment.
    
    (QML_APP:12875): Gtk-WARNING **: Whoever translated default:LTR did so wrongly.
    
    XmbTextListToTextProperty result code -2
    /home/***/build-QML_APP-Desktop_Qt_5_5_1_GCC_64bit-Debug/QML_APP exited with code 0
    

    And i got my desktop application running... no problem. Should i skip this ?

    1 Reply Last reply
    0
    • RatzzR Offline
      RatzzR Offline
      Ratzz
      wrote on last edited by
      #2

      Hi,
      Do you see CONFIG+=qml_debug in your pro file ? which means you have enabled QML debugging (actually it's on by default) . if you remove it then it is disabled.
      And just try in release mode.

      --Alles ist gut.

      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