aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/qtprofilesetup/templates
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@digia.com>2014-10-28 16:23:11 +0100
committerJoerg Bornemann <joerg.bornemann@theqtcompany.com>2014-10-28 16:29:01 +0100
commiteda76354077a427d692fee05479910de31040d3f (patch)
tree053831ef7388496f4fdbd67d9cc8856d7af1c4cb /src/lib/qtprofilesetup/templates
parent0e6f235130f6bd2bd73d0c81dc895f1da7af69e3 (diff)
libqtprofilesetup: Remove unused property from template.
Change-Id: I242ed5b08c47899e3985be160df105a26b3d3df7 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
Diffstat (limited to 'src/lib/qtprofilesetup/templates')
-rw-r--r--src/lib/qtprofilesetup/templates/core.qbs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/qtprofilesetup/templates/core.qbs b/src/lib/qtprofilesetup/templates/core.qbs
index eae926d85..af7e96a82 100644
--- a/src/lib/qtprofilesetup/templates/core.qbs
+++ b/src/lib/qtprofilesetup/templates/core.qbs
@@ -75,9 +75,6 @@ Module {
property string generatedFilesDir: product.buildDirectory + "/GeneratedFiles"
property string qmFilesDir: product.destinationDirectory
- // private properties
- property string libraryInfix: cpp.debugInformation ? 'd' : ''
-
cpp.defines: {
var defines = @defines@;
// ### QT_NO_DEBUG must be added if the current build variant is derived