summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2012-09-21 14:49:17 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-09 18:43:10 +0100
commitfcbc6043f102dce56f0c457748f489e7e2bd0c0b (patch)
tree5c9ff98d7457966ce659c6aab78519981c7dcf8b
parent4b955b4be283573bd87d5a2df6a049d6a3ed7865 (diff)
downloadqtgraphicaleffects-fcbc6043f102dce56f0c457748f489e7e2bd0c0b.tar.gz
remove pointless module pri file
this is no c++ module Change-Id: Iff9002b5edd556a0d6f954fd6f58a1a099f4dc14 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
-rw-r--r--modules/qt_graphical_effects.pri16
1 files changed, 0 insertions, 16 deletions
diff --git a/modules/qt_graphical_effects.pri b/modules/qt_graphical_effects.pri
deleted file mode 100644
index eee199d..0000000
--- a/modules/qt_graphical_effects.pri
+++ /dev/null
@@ -1,16 +0,0 @@
-QT.qtgraphicaleffects.VERSION = 1.0.0
-QT.qtgraphicaleffects.MAJOR_VERSION = 1
-QT.qtgraphicaleffects.MINOR_VERSION = 0
-QT.qtgraphicaleffects.PATCH_VERSION = 0
-
-QT.qtgraphicaleffects.name = QtGraphicalEffects
-QT.qtgraphicaleffects.bins = $$QT_MODULE_BIN_BASE
-QT.qtgraphicaleffects.includes = $$QT_MODULE_INCLUDE_BASE $$QT_MODULE_INCLUDE_BASE/QtGraphicalEffects
-QT.qtgraphicaleffects.private_includes = $$QT_MODULE_INCLUDE_BASE/QtGraphicalEffects/$$QT.qtgraphicaleffects.VERSION
-QT.qtgraphicaleffects.sources = $$QT_MODULE_BASE/src
-QT.qtgraphicaleffects.libs = $$QT_MODULE_LIB_BASE
-QT.qtgraphicaleffects.plugins = $$QT_MODULE_PLUGIN_BASE
-QT.qtgraphicaleffects.imports = $$QT_MODULE_IMPORT_BASE
-QT.qtgraphicaleffects.depends = core qml
-
-QT_CONFIG += qtgraphicaleffects