diff options
Diffstat (limited to 'tools/qmldebugger/creatorplugin/README')
-rw-r--r-- | tools/qmldebugger/creatorplugin/README | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/tools/qmldebugger/creatorplugin/README b/tools/qmldebugger/creatorplugin/README deleted file mode 100644 index 5723dca..0000000 --- a/tools/qmldebugger/creatorplugin/README +++ /dev/null @@ -1,11 +0,0 @@ -The qmldebugger Qt Creator plugin currently builds with Qt Creator 1.3. - -To enable this project, qmldebugger.pro requires that these two environment -variables be defined: - -CREATOR_SRC_DIR -> source directory for Qt Creator -CREATOR_BUILD_DIR -> build directory for Qt Creator - -Once these are defined, run qmake on qmldebugger.pro. - -The project will be built into Creator's plugin directory. |