aboutsummaryrefslogtreecommitdiffstats
path: root/HomeScreenAppFrameworkBinderAGL
diff options
context:
space:
mode:
authorTasuku Suzuki <tasuku.suzuki@qt.io>2016-11-21 12:04:19 +0900
committerJens Bocklage <jens_bocklage@mentor.com>2016-11-21 09:33:58 +0000
commit0120ff5e9f513b048e3904eaacaa530e1f0188bb (patch)
treefea26ded555cca31146f52b18c2def602282eaed /HomeScreenAppFrameworkBinderAGL
parent61f63653cdff5ae2ee0613d92f501e75769bfd1e (diff)
introduce interfaces.pri
Change-Id: I3649d5275b9da71feb216eb70c9d9fda73507d69 Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io>
Diffstat (limited to 'HomeScreenAppFrameworkBinderAGL')
-rw-r--r--HomeScreenAppFrameworkBinderAGL/HomeScreenAppFrameworkBinderAGL.pro5
1 files changed, 1 insertions, 4 deletions
diff --git a/HomeScreenAppFrameworkBinderAGL/HomeScreenAppFrameworkBinderAGL.pro b/HomeScreenAppFrameworkBinderAGL/HomeScreenAppFrameworkBinderAGL.pro
index 7117ee0..9a35c35 100644
--- a/HomeScreenAppFrameworkBinderAGL/HomeScreenAppFrameworkBinderAGL.pro
+++ b/HomeScreenAppFrameworkBinderAGL/HomeScreenAppFrameworkBinderAGL.pro
@@ -28,10 +28,7 @@ SOURCES += src/main.cpp \
HEADERS += \
src/homescreenappframeworkbinderagl.h
-INCLUDEPATH += $$OUT_PWD/../interfaces
-INCLUDEPATH += ../interfaces/
-
-LIBS += -L$$OUT_PWD/../interfaces -linterfaces
+include(../interfaces/interfaces.pri)
OTHER_FILES += \
README.md