Add attribute 'Object_File_Prefix' for package Compiler #139
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Good day!
For examples, output names with prefix use in moc, uic, rcc compilers: https://doc.qt.io/qt-6/moc.html
It is the initial commit. I will be very glad to see your comments.
-- Prototype of project file
--
-- output
./gprbuild -vm /home/user_1/Projects/Qt_Examples/Test_1/uic.gpr
GPRBUILD Pro 18.0w (19940713) (x86_64-pc-linux-gnu)
Copyright (C) 2004-2016, AdaCore
24 lines: No errors
TMPDIR = "/tmp"
gprconfig --batch -o /tmp/GNAT-TEMP-000001.TMP --target=x86_64-pc-linux-gnu --fallback-targets --config=uic,,,,
Error: unknown language 'uic'
Checking configuration /tmp/GNAT-TEMP-000001.TMP
Setting the default project search directories
Adding directory "/usr/lib/qt5/x86_64-pc-linux-gnu/share/gpr"
Adding directory "/usr/lib/qt5/x86_64-pc-linux-gnu/lib/gnat"
Adding directory "/usr/lib/qt5/x86_64-linux/share/gpr"
Adding directory "/usr/lib/qt5/x86_64-linux/lib/gnat"
Adding directory "/usr/lib/qt5/share/gpr"
Adding directory "/usr/lib/qt5/lib/gnat"
gprconfig --batch -o /tmp/GNAT-TEMP-000002.TMP --target=x86_64-pc-linux-gnu --fallback-targets --config=uic,,,,
Error: unknown language 'uic'
Checking configuration /tmp/GNAT-TEMP-000002.TMP
Setting the default project search directories
Adding directory "/usr/lib/qt5/x86_64-pc-linux-gnu/share/gpr"
Adding directory "/usr/lib/qt5/x86_64-pc-linux-gnu/lib/gnat"
Adding directory "/usr/lib/qt5/x86_64-linux/share/gpr"
Adding directory "/usr/lib/qt5/x86_64-linux/lib/gnat"
Adding directory "/usr/lib/qt5/share/gpr"
Adding directory "/usr/lib/qt5/lib/gnat"
Checking /home/user_1/Projects/Qt_Examples/Test_1/Src/mainwindow.ui ...
-> object file /home/user_1/Projects/Qt_Examples/Test_1/Release/ui_mainwindow.h does not exist
Changing to object directory of "UIC": "/home/user_1/Projects/Qt_Examples/Test_1/Release/"
/usr/lib/qt5/bin/uic /home/user_1/Projects/Qt_Examples/Test_1/Src/mainwindow.ui -o ui_mainwindow.h