I did install the Open Source SDK and it's saved in C:\Qt\2010.02.1\qt. Will deleting the folder and re-installing everything help?
I put them in and it still doesn't compile.
What...
Type: Posts; User: AwesomeSauce; Keyword(s):
I did install the Open Source SDK and it's saved in C:\Qt\2010.02.1\qt. Will deleting the folder and re-installing everything help?
I put them in and it still doesn't compile.
What...
# -------------------------------------------------
# Project created by QtCreator 2010-06-16T22:15:45
# -------------------------------------------------
TARGET = Test
TEMPLATE = app
SOURCES +=...
adddialog.h isn't read-only, but there are no files in my moc folder.
I've given up using Visual Studio to compile Qt code, so I've decided to use Qt Creator. However, when I try to compile from Qt Creator, I get this error message:
Running build steps for project...
I fixed the problem. It was a simple mistake really.
However, I've run into a new problem:
1>------ Build started: Project: Test, Configuration: Debug Win32 ------
1>Moc'ing adddialog.h......
You mean in the implementation (.cpp) file? I put that line in, but I got the following errors:
1>.\test.cpp(11) : error C4430: missing type specifier - int assumed. Note: C++ does not support...
I'm following the QT Add-in tutorial with Visual Studio 2008 so I can learn how to use it, but I can't seem to compile the code and I don't know what's causing the problem.
This is the header file...
I have configured and built Qt build 2010.02.1, but now VS2008 is telling me that it can't find QtGuid4.dll when I try to build and run one of the example programs. I added the paths to the lib, bin,...
Hello. I'm following this tutorial to get the latest version of QT working with Visual Studio 2008, but I keep getting an error when I try to run nmake.
This is the error I got when I configured...