summaryrefslogtreecommitdiff
path: root/src/libs/glsl/glsl.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/glsl/glsl.qbs')
-rw-r--r--src/libs/glsl/glsl.qbs9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/libs/glsl/glsl.qbs b/src/libs/glsl/glsl.qbs
index edffdb4da5..0a49bc50db 100644
--- a/src/libs/glsl/glsl.qbs
+++ b/src/libs/glsl/glsl.qbs
@@ -4,10 +4,6 @@ import "../QtcLibrary.qbs" as QtcLibrary
QtcLibrary {
name: "GLSL"
- cpp.includePaths: [
- ".",
- ".."
- ]
cpp.defines: base.concat([
"QT_CREATOR",
"GLSL_BUILD_LIB"
@@ -47,10 +43,5 @@ QtcLibrary {
"glsltypes.cpp",
"glsltypes.h",
]
-
- ProductModule {
- Depends { name: "cpp" }
- cpp.includePaths: ["."]
- }
}