From 96eb918c3e7c5d3eedb8a59fb63acd45b51b1e0a Mon Sep 17 00:00:00 2001 From: Christian Kandeler <christian.kandeler@nokia.com> Date: Mon, 4 Jul 2011 17:29:12 +0200 Subject: [PATCH] RemoteLinux: Remove debug output from project file. Can't remember ever putting that in, but according to git blame, I did. Change-Id: I0017117a527ec115830c2d22a3cf3524a39912a7 Reviewed-on: http://codereview.qt.nokia.com/1143 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com> --- src/plugins/remotelinux/remotelinux.pro | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/plugins/remotelinux/remotelinux.pro b/src/plugins/remotelinux/remotelinux.pro index 1039af7e313..cc5a0a34292 100644 --- a/src/plugins/remotelinux/remotelinux.pro +++ b/src/plugins/remotelinux/remotelinux.pro @@ -4,8 +4,6 @@ TARGET = RemoteLinux include(../../qtcreatorplugin.pri) include(remotelinux_dependencies.pri) -message(target.path = $$target.path) - HEADERS += \ remotelinuxplugin.h \ remotelinux_export.h \ -- GitLab