ptdesigner
ptdesigner copied to clipboard
How to build correctly?
Running make
(on Linux) fails because there is no file named "test.cpp".
I then found the Qt project, but it doesn't build out of the box either, as it fails to link with many errors like:
mainwindow.o: In function `MainWindow::delete_block_by_id(int)':
/home/.../ptdesigner/texturemaker/build-texturemaker-Desktop-Debug/../texturemaker/mainwindow.cpp:224: undefined reference to `pt_design::c_texture_graph::delete_block_with_id(unsigned int)'
It does compile after adding some more sources manually to the project, but I'm wondering, what's the intended way to build this?
Hello, this is an old project that I no longer maintain. If you managed to fix it so that it builds, could you make a pull request? Others might thanks you later :)