I am trying to use Dev-C++ with Qt.
Now before you load an lock you rocket laounchers on me (I searched the forum for this and I saw the previous responses) - please read:
I am aware that the moc'ing/uic'ing is probobly not somthing going to be done under Dev-C++ .
So, I created a makefile that deals with that, and would like to use Dev-C++ only as an IDE, and when I click on "compile" to have that premade makefile processed.
To make things clear:
I am using a Qt port to WIN32, its the GPL full source port to windows, and it compiles with MinGW/g++, just like Dev-C++, therefore, there are no issues of the windows Qt non commercial version - OK?!
I know there is an option in Dev-C++ for using a custom makefile - and I tried it.
I specified the compiler as mingw32-make.
Under the shell its works, but in Dev-C++ I get this error:
" mingw32-make.exe -f "test1\Makefile" all
C:\Dev-Cpp\projects\test1\Makefile [Build Error] exe: *** No rule to make target test.cpp', needed bytest.o'. Stop. "
The rule is there, and the same make file will run ok under the shell with the same command (i.e mingw32-make.exe -f "Makefile" all).
The path is with out the folder name since the commad was run from the folder it self...
Does any one here incountered this before?
Thanks in advance!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2005-08-25
Qt4 Dev-C++ Update, Now work with multiple Forms (*.ui) on project
Hi All,
I am trying to use Dev-C++ with Qt.
Now before you load an lock you rocket laounchers on me (I searched the forum for this and I saw the previous responses) - please read:
I am aware that the moc'ing/uic'ing is probobly not somthing going to be done under Dev-C++ .
So, I created a makefile that deals with that, and would like to use Dev-C++ only as an IDE, and when I click on "compile" to have that premade makefile processed.
To make things clear:
I am using a Qt port to WIN32, its the GPL full source port to windows, and it compiles with MinGW/g++, just like Dev-C++, therefore, there are no issues of the windows Qt non commercial version - OK?!
I know there is an option in Dev-C++ for using a custom makefile - and I tried it.
I specified the compiler as mingw32-make.
Under the shell its works, but in Dev-C++ I get this error:
" mingw32-make.exe -f "test1\Makefile" all
C:\Dev-Cpp\projects\test1\Makefile [Build Error] exe: *** No rule to make target
test.cpp', needed bytest.o'. Stop. "The rule is there, and the same make file will run ok under the shell with the same command (i.e mingw32-make.exe -f "Makefile" all).
The path is with out the folder name since the commad was run from the folder it self...
Does any one here incountered this before?
Thanks in advance!
Qt4 Dev-C++ Update, Now work with multiple Forms (*.ui) on project
http://www.sortinonline.it/download/docs/devel/QT4_Dev-C++.zip