[opensuse-support] Qt-Creator
To Whom it May Concern: I've been running Qt-Creator on Windows for years but six-months ago I switched to OpenSuse Leap 15.1 KDE. I've managed to get qt-creator installed on opensuse but I cannot get it to build/compile code without issues, many, many issues, 1000s of them. I've installed it from OpenSuse. I've tried downloading it from Open Suse's respository, from qt.io/Downloads, etc., I just cannot get it to work. At the moment I'm running it in VirtualBox 6.1 because it crashed my main HD so many times. Any assistance you could offer me would be greatly appreciated. Sincerely, Doug Craig ********************************** Doug Craig 3 Ford Street Apt# 103 Halifax, Nova Scotia B3M 4P8 Tel# 902-443-4927 Email: dougcraig@ns.sympatico.ca **********************************
середа, 12 лютого 2020 р. 02:12:11 EET Doug Craig написано:
I've managed to get qt-creator installed on opensuse but I cannot get it to build/compile code without issues, many, many issues, 1000s of them. I've installed it from OpenSuse.
That's strange, as I'm using Qt Creator (for repositories only, never liked installing from sites) for a long time on openSUSE without any serious issue. Can you get some examples of issues you have? -- Kind regards, Mykola Krachkovsky -- Найкращі побажання, Микола Крачковський
Hello Doug, good that you found your way to the mailing list :-) Am Mittwoch, 12. Februar 2020, 01:12:11 CET schrieb Doug Craig:
To Whom it May Concern: I've been running Qt-Creator on Windows for years but six-months ago I switched to OpenSuse Leap 15.1 KDE. I've managed to get qt-creator installed on opensuse but I cannot get it to build/compile code without issues, many, many issues, 1000s of them.
As Mykola wrote already, this information is a bit generic. Please describe as detailed as possible what your system setup is, your program, and what the error messages are. use paste.opensuse.org is there is more text or screenshots to share,
I've installed it from OpenSuse. I've tried downloading it from Open Suse's respository, from qt.io/Downloads, etc.,
This may already be the issue - mixed sources. Just a guess Best Axel -- To unsubscribe, e-mail: opensuse-support+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-support+owner@opensuse.org
On 2/12/20 1:12 AM, Doug Craig wrote:
To Whom it May Concern: I've been running Qt-Creator on Windows for years but six-months ago I switched to OpenSuse Leap 15.1 KDE. I've managed to get qt-creator installed on opensuse but I cannot get it to build/compile code without issues, many, many issues, 1000s of them. I've installed it from OpenSuse. I've tried downloading it from Open Suse's respository, from qt.io/Downloads, etc., I just cannot get it to work. At the moment I'm running it in VirtualBox 6.1 because it crashed my main HD so many times. Any assistance you could offer me would be greatly appreciated. Sincerely, Doug Craig
Qt Creator has a concept of kits (Qt versions + Compilers). The default should work, but I guess it's not working for you. This is distribution agnostic type of advice. Anyway, you debug this like any other software issue. First, you should state what is the problem. 1000s of issues means you are doing something really wrong. 1. Make a test project. Hello World Qt application, for example. So you have, test.cpp test.pro 2. Does it compile via command line? Can you run qmake-qt5? make? 3. go to Tools -> Options. Can you see Compilers and Qt Versions? Is at least one Kit configured? (kit is combination of Compiler and Qt version) 4. Open the test.pro in Qt Creator. Does it now build too? Do this in order. The first step that breaks, fix that step before going to next step. - Adam PS. For whatever reason, Qt Creator is the 'libqt5-creator' package :S -- Adam Majer - amajer@suse.de SUSE Software Solutions Germany GmbH HRB 36809 (AG Nürnberg), GF: Felix Imendörffer -- To unsubscribe, e-mail: opensuse-support+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-support+owner@opensuse.org
participants (4)
-
Adam Majer
-
Axel Braun
-
Doug Craig
-
Mykola Krachkovsky