aboutsummaryrefslogtreecommitdiffstats
path: root/HomeScreenSimulator
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 /HomeScreenSimulator
parent61f63653cdff5ae2ee0613d92f501e75769bfd1e (diff)
introduce interfaces.pri
Change-Id: I3649d5275b9da71feb216eb70c9d9fda73507d69 Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io>
Diffstat (limited to 'HomeScreenSimulator')
-rw-r--r--HomeScreenSimulator/HomeScreenSimulator.pro5
1 files changed, 1 insertions, 4 deletions
diff --git a/HomeScreenSimulator/HomeScreenSimulator.pro b/HomeScreenSimulator/HomeScreenSimulator.pro
index 9550e69..9005a3f 100644
--- a/HomeScreenSimulator/HomeScreenSimulator.pro
+++ b/HomeScreenSimulator/HomeScreenSimulator.pro
@@ -27,10 +27,7 @@ SOURCES += \
HEADERS += \
src/mainwindow.h
-INCLUDEPATH += $$OUT_PWD/../interfaces
-INCLUDEPATH += ../interfaces
-
-LIBS += -L$$OUT_PWD/../interfaces -linterfaces
+include(../interfaces/interfaces.pri)
FORMS += \
resources/mainwindow.ui