summaryrefslogtreecommitdiffstats
path: root/src/Runtime/ogl-runtime/utils.pri
diff options
context:
space:
mode:
Diffstat (limited to 'src/Runtime/ogl-runtime/utils.pri')
m---------src/Runtime/ogl-runtime0
-rw-r--r--src/Runtime/ogl-runtime/utils.pri8
2 files changed, 0 insertions, 8 deletions
diff --git a/src/Runtime/ogl-runtime b/src/Runtime/ogl-runtime
new file mode 160000
+Subproject 427fddb50d43aa21a90fc7356ee3cdd8a908df5
diff --git a/src/Runtime/ogl-runtime/utils.pri b/src/Runtime/ogl-runtime/utils.pri
deleted file mode 100644
index 8d56baa4..00000000
--- a/src/Runtime/ogl-runtime/utils.pri
+++ /dev/null
@@ -1,8 +0,0 @@
-# Add our static libs to target dependencies so we detect changes to them
-defineReplace(fixLibPredeps) {
- # TODO Needs something more clever once debug libs are correctly suffixed
- for(lib, $${2}) {
- PREDEPS *= $${1}/$${QMAKE_PREFIX_STATICLIB}$${lib}$$qtPlatformTargetSuffix().$${QMAKE_EXTENSION_STATICLIB}
- }
- return($$PREDEPS)
-}