From 67dbe7409f9ee6e176fbb9ed8dae2f8c5ab66040 Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Tue, 16 Jun 2015 12:06:51 +0300 Subject: [PATCH] Remove path to VMainGraphicsView. --HG-- branch : feature --- src/app/app.pro | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/app/app.pro b/src/app/app.pro index a806c91f0..bb1af6526 100644 --- a/src/app/app.pro +++ b/src/app/app.pro @@ -47,9 +47,6 @@ UI_DIR = uic # Suport subdirectories. Just better project code tree. include(app.pri) -# This include path help promoute VMainGraphicsView on main window. Without it compiler can't find path to custom view -INCLUDEPATH += "$${PWD}/widgets" - # Resource files. This files will be included in binary. RESOURCES += \ share/resources/icon.qrc \ # All other icons except cursors and Windows theme.