0
votes
1answer
22 views
Qt Creator Project Build Error
Hello everyone,
I get the following error when building a project in Qt Creator:
**error: collect2: ld returned 1 exit status**
Below is the compile output
**Running build ste …
0
votes
1answer
24 views
QT IDE and SDK won’t install on Mac OS X
Not sure if this is SO appropriate so feel free to move. It is an IDE though. :)
I want to try the QT IDE on my Snow Leopard machine but for some reason it's not wanting to instal …
0
votes
1answer
23 views
Where is qembed tool in QT4.5?
Or how could i embed .qm files into my application?
I'm using qt-creator.
Thanks.
0
votes
0answers
16 views
QT creator/qt embedded widget demo problem
I have downloaded the source code for the embedded widget demos from nokia and tried to get it to compile--I end up with the following error:
Compiler (mingw32) message :
In f …
4
votes
5answers
3k views
Adding external library into Qt Creator project
How can I add external library into a project built by Qt Creator RC1 (version 0.9.2)? For example, the win32 function EnumProcesses() requires Psapi.lib to be added in the project …
0
votes
3answers
270 views
QtCreator build returns collect2: ld returned exit status 1
While building several different projects in QtCreator, I have run across the following build error:
collect2: ld returned 1 exit status
After only changing a few things (that s …
0
votes
1answer
40 views
QT Designer — Designer.exe is Always crashing whenever I start it, the crash is also related to a call to QtCore4.dll , Any Suggestions ?
I am a newbie who is trying to use the QT creator, I installed the latest version "qt-win-opensource-4.5.1-mingw". Everything was working fine except for launching the QT Designer …
5
votes
10answers
519 views
Qt: Should I use Visual Studio, Qt Creator or something else?
I realize that there have been similar questions, but they seem to have been from when Qt Creator was still in beta, so the answer might have changed since then:
We are going to s …
0
votes
1answer
22 views
QWT/creator dll problems
I have been using qwt for some time, with the MSVC++ integrated versions of QT. Lately, I have been experimenting successfully with the QT Creator SDK, which uses the mingw-g++ to …
0
votes
1answer
19 views
Qt Creator plugin for Java
Hi everybody:
Do you know if there is some available Qt Creator plugin to add Java support to this nice IDE?
Thanks in advance,
Ernesto
1
vote
2answers
48 views
How do I make tab control take over entire window in Qt Creator?
I want a tab control to "dock" to the entire window panel, in Qt Creator. Now in Winforms and WPF this is super easy but in Qt its not working.
I've tried all the layouts, grid l …
2
votes
2answers
134 views
QtCreator for windows: is it possible to build 64 bit .exe?
Hello.
Is it any way in QtCreator for windows to build a 64-bit executable? (I need to use a COM object as INPROC and this object is only available for 64 bit architecture)
0
votes
2answers
62 views
Qt - Find mouse screen x,y - even application closed.
Hello, I'm new to Qt. I'd like a window to follow the mouse around the screen. (It's a useful aid to reading)
The best I can come up with is a timer that uses QPoint QCursor::po …
0
votes
1answer
34 views
QtCreator delete file is not working
Hi,
I'm writing a "custom makefile" project using QtCreator and I want to delete a file of my project, so, I select the file in the tree view, press the right click and the "delet …
0
votes
2answers
42 views
get several values from the user in QT
Hello,
I am working on an application which uses the QInputDialog command to get a value from the user. The value is then used in several computation in the application.
I want to …
