On Tuesday 21 July 2015 06:45:25 pm Timothy Pearson wrote:
mainwindow.cpp:1:23: fatal error: tdelocale.h: No such file or directory
This first message was solved by configuring TDevelop to use /Development as the default directory. I thought it did when I already set it up. I had already placed tdelocale.h in the header directory and placed it in the /Development root. So that works.
mainwidget.cpp:2:21: fatal error: qlayout.h: No such file or directory
Now this one I can't find the header file. So if you know where it's at, that would help.
You need to change that to include 'ntqlayout.h' instead of 'qlayout.h'. mainwidget.cpp may be generated from a .ui file (likely mainwidget.ui), in which case the change needs to be made to the .ui file instead of the .cpp file.
Once you have an application ported, let us know -- we might be willing to officially support it!
Ok, can I dump ALL the include files from /r14.0.0/tqtinterface into my /Development/include directory?
Also, another error (actually a bunch of the same kind)
./tqregion.h:54:24: fatal error: Qt/qregion.h: No such file or directory
where I go back and look at the code and it looks like it's trying to run QT4 stuff.