diff options
author | con <qtc-committer@nokia.com> | 2010-11-10 08:49:19 +0100 |
---|---|---|
committer | con <qtc-committer@nokia.com> | 2011-02-18 17:15:34 +0100 |
commit | 740743dc25f400ff76927728c76eb9776a4d8745 (patch) | |
tree | 0c811d632001f15308e22eb9295ea721d77354c6 /src/qtcreatorplugin.pri | |
parent | dd6f9b066b8c1b1f10d286489f855cc7dba36139 (diff) | |
download | qt-creator-740743dc25f400ff76927728c76eb9776a4d8745.tar.gz |
Implement an external tool container + xml parsing.
Diffstat (limited to 'src/qtcreatorplugin.pri')
-rw-r--r-- | src/qtcreatorplugin.pri | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/qtcreatorplugin.pri b/src/qtcreatorplugin.pri index 2b98eb9e3d..09a0eee70e 100644 --- a/src/qtcreatorplugin.pri +++ b/src/qtcreatorplugin.pri @@ -9,8 +9,6 @@ isEmpty(PROVIDER) { DESTDIR = $$IDE_PLUGIN_PATH/$$PROVIDER LIBS += -L$$DESTDIR -INCLUDEPATH += $$IDE_SOURCE_TREE/src/plugins -DEPENDPATH += $$IDE_SOURCE_TREE/src/plugins # copy the plugin spec isEmpty(TARGET) { |