From f30a995ef4f85569a4ea1e304c4f713078ae2bd0 Mon Sep 17 00:00:00 2001 From: Mikko Ahlroth Date: Tue, 4 Nov 2014 22:57:53 +0200 Subject: [PATCH] Remove dev specific pro path --- harbour-weechatrelay.pro | 5 ----- 1 file changed, 5 deletions(-) diff --git a/harbour-weechatrelay.pro b/harbour-weechatrelay.pro index 207a364..3d48b63 100644 --- a/harbour-weechatrelay.pro +++ b/harbour-weechatrelay.pro @@ -53,8 +53,3 @@ HEADERS += \ src/weechat/dynamictypeexception.h QT += network - -# This is needed on the dev machine to get Qt Creator intellisense working correctly -# It should have no adverse effect onother machines, though -INCLUDEPATH += /Users/nicd/SailfishOS/mersdk/targets/SailfishOS-armv7hl/usr/include/c++/4.6.4 -