Quote Originally Posted by prkhr4u View Post
It seems as if we cannot use an environment variable inside another environment variable in QTCreator
If by "in QTCreator" you mean in a qmake project file, then that should be possible
Qt Code:
  1. GSTREAMER_LIBS = $$(GSTREAMER_SDK_ROOT)/lib
To copy to clipboard, switch view to plain text mode 

Cheers,
_