GstPipelineStudio/pipeviz.pro
2018-07-29 10:16:04 +02:00

6 lines
178 B
Prolog

# Location of our own features:
command = $$[QT_INSTALL_BINS]/qmake -set QMAKEFEATURES $$_PRO_FILE_PWD_
system($$command)|error("Failed to run: $$command")
include(pipeviz.pri)