diff options
author | Thierry Bastian <thierry.bastian@nokia.com> | 2010-10-01 10:54:25 (GMT) |
---|---|---|
committer | Thierry Bastian <thierry.bastian@nokia.com> | 2010-10-01 10:54:25 (GMT) |
commit | 4fa516df73f50ee404dd52a178874edd797995fa (patch) | |
tree | 21a2aa8f4d6198de02a6de4c38944c02a6bcbb68 /demos/arthurplugin/arthurplugin.pro | |
parent | 6a1f951ff321982413b462b79293b273bbcc00de (diff) | |
download | Qt-4fa516df73f50ee404dd52a178874edd797995fa.zip Qt-4fa516df73f50ee404dd52a178874edd797995fa.tar.gz Qt-4fa516df73f50ee404dd52a178874edd797995fa.tar.bz2 |
Make sure the plugin target name is windows compliant
It needed a d suffix in case it's built in debug mode.
Reviewed-by: gabi
Diffstat (limited to 'demos/arthurplugin/arthurplugin.pro')
-rw-r--r-- | demos/arthurplugin/arthurplugin.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/arthurplugin/arthurplugin.pro b/demos/arthurplugin/arthurplugin.pro index 3114293..bc542fb 100644 --- a/demos/arthurplugin/arthurplugin.pro +++ b/demos/arthurplugin/arthurplugin.pro @@ -3,6 +3,7 @@ QTDIR = $$QT_SOURCE_TREE CONFIG += designer plugin TEMPLATE = lib +TARGET = $$qtLibraryTarget(arthurplugin) QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/designer contains(QT_CONFIG, opengl) { |