Skip to content
Snippets Groups Projects
Commit e8d990e7 authored by dt's avatar dt
Browse files

Fixes: Compilation on other non unix systems

Task:     Reported on ML
RevBy:    con
parent 8d583280
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ win32 { ...@@ -11,7 +11,7 @@ win32 {
CONFIG(debug, debug|release):LIBS *= -lExtensionSystemd -lAggregationd CONFIG(debug, debug|release):LIBS *= -lExtensionSystemd -lAggregationd
else:LIBS *= -lExtensionSystem -lAggregation else:LIBS *= -lExtensionSystem -lAggregation
} }
linux-* { unix:!macx {
LIBS *= -lExtensionSystem -lAggregation LIBS *= -lExtensionSystem -lAggregation
target.path = /bin target.path = /bin
......
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