Skip to content
Snippets Groups Projects
Commit ac085d17 authored by Alessandro Di Federico's avatar Alessandro Di Federico
Browse files

Build ui/qt-creator with -DCOLD_REVNG

parent 4c8ad0f3
No related branches found
No related tags found
No related merge requests found
...@@ -25,6 +25,7 @@ ...@@ -25,6 +25,7 @@
cd "$BUILD_DIR"; cd "$BUILD_DIR";
qmake -r "$SOURCE_DIR" \ qmake -r "$SOURCE_DIR" \
-spec linux-clang \ -spec linux-clang \
DEFINES+="COLD_REVNG" \
(@= expand_args(extra_qmake_args) @) \ (@= expand_args(extra_qmake_args) @) \
QMAKE_LFLAGS_RPATH= \ QMAKE_LFLAGS_RPATH= \
QMAKE_RPATHDIR+="" \ QMAKE_RPATHDIR+="" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment