Modifying and compiling source code #221
-
Hello, I am a beginner in programming on QT. Now I have encountered some problems and I don't know what to do. I hope to get your help. For example, if I want to modify the code for the process of 'orbit2Sp3Format', I think I should make the modifications in 'groops\source\programs\conversion\orbit2Sp3Format.cpp'. But after I make changes to this file, QT will prompt me with 'Warning: This file is outside the project directory'. I have also attempted to write the “. h” and “. cpp” files in the "groops\source" folder to the corresponding location in "groovsGui. pro", but there have been many errors and issues. When I don't make any modifications, I can successfully build projects on QT. So what should I do to successfully modify the program on QT. Thank you in advance for your feedback and help. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi Yuan, QT is not needed to compile the GROOPS source. The following steps must be completed:
Best regards |
Beta Was this translation helpful? Give feedback.
Hi Yuan,
QT is not needed to compile the GROOPS source. The following steps must be completed:
(Maybe add the additional source .cpp files in
source/sourcesCXX.txt
)Compile the code as described in the installation page (here for Windows): Open the MSYS2 MinGW 64-bit terminal through