X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=HomeScreenSimulator%2FHomeScreenSimulator.pro;h=944a1fc55b6e6e01edc3e416ab67e8c5d85afcdc;hb=c15499baf78f777de62899a376b0f3cd6b651920;hp=9550e690b86ccd3a86aaac58cedb3b2dc6cfd26d;hpb=61f63653cdff5ae2ee0613d92f501e75769bfd1e;p=staging%2FHomeScreen.git diff --git a/HomeScreenSimulator/HomeScreenSimulator.pro b/HomeScreenSimulator/HomeScreenSimulator.pro index 9550e69..944a1fc 100644 --- a/HomeScreenSimulator/HomeScreenSimulator.pro +++ b/HomeScreenSimulator/HomeScreenSimulator.pro @@ -12,13 +12,11 @@ # See the License for the specific language governing permissions and # limitations under the License. -QT += core gui dbus - -greaterThan(QT_MAJOR_VERSION, 4): QT += widgets - -TARGET = HomeScreenSimulator TEMPLATE = app +TARGET = HomeScreenSimulator +QT = widgets dbus +include(../interfaces/interfaces.pri) SOURCES += \ src/main.cpp \ @@ -27,19 +25,12 @@ SOURCES += \ HEADERS += \ src/mainwindow.h -INCLUDEPATH += $$OUT_PWD/../interfaces -INCLUDEPATH += ../interfaces - -LIBS += -L$$OUT_PWD/../interfaces -linterfaces - FORMS += \ resources/mainwindow.ui OTHER_FILES += \ README.md -RESOURCES += - # remove generated files QMAKE_CLEAN += -r \ $$OUT_PWD/HomeScreenSimulator \