introduce interfaces.pri
[staging/HomeScreen.git] / HomeScreenSimulator / HomeScreenSimulator.pro
index 88eeb2e..9005a3f 100644 (file)
@@ -25,14 +25,9 @@ SOURCES += \
     src/mainwindow.cpp
 
 HEADERS  += \
-    ../interfaces/daynightmode.h \
-    ../interfaces/popup.h \
     src/mainwindow.h
 
-INCLUDEPATH += $$OUT_PWD/../interfaces
-INCLUDEPATH += ../interfaces
-
-LIBS += -L$$OUT_PWD/../interfaces -linterfaces
+include(../interfaces/interfaces.pri)
 
 FORMS    += \
     resources/mainwindow.ui