Hello All,
I recently installed Qt4 along side Qt3. It appears that there are issues with interference with the two. For example, Qt4 installation changed the environmental variable QTDIR, which I had to return to the Qt3 value.
I am currently trying to modify a few Designer plugins which I normally accomplish by running qmake on a .pro file (in windows xp). qmake seems to accomplish its goal, but now nmake throws out the following error:
Microsoft (R) Program Maintenance Utility Version 7.10.3077
Copyright (C) Microsoft Corporation. All rights reserved.
g:/Qt/3.3.4/\bin\uic.exe ..\home\widvalues.ui -o ..\home\widvalues.h
NMAKE : fatal error U1073: don't know how to make '..\home\widincrementvalue.ui'
Stop.
Microsoft (R) Program Maintenance Utility Version 7.10.3077
Copyright (C) Microsoft Corporation. All rights reserved.
g:/Qt/3.3.4/\bin\uic.exe ..\home\widvalues.ui -o ..\home\widvalues.h
NMAKE : fatal error U1073: don't know how to make '..\home\widincrementvalue.ui'
Stop.
To copy to clipboard, switch view to plain text mode
The only thing that has changed is the installation of Qt4. Can anyone direct me to a fix for this problem?
Thank you to all,
Math
Bookmarks