X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=HomeScreenSimulator%2FHomeScreenSimulator.pro;h=755a36b3010a11e94dab1172c7e6f58da8fbe8b3;hb=4ccab203994f2472641c429bb4b86535c5128884;hp=9005a3f2eaf7745a978f1a8bf44f74c58ef208e9;hpb=0120ff5e9f513b048e3904eaacaa530e1f0188bb;p=staging%2FHomeScreen.git diff --git a/HomeScreenSimulator/HomeScreenSimulator.pro b/HomeScreenSimulator/HomeScreenSimulator.pro index 9005a3f..755a36b 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,17 +25,8 @@ SOURCES += \ HEADERS += \ src/mainwindow.h -include(../interfaces/interfaces.pri) - FORMS += \ resources/mainwindow.ui OTHER_FILES += \ README.md - -RESOURCES += - -# remove generated files -QMAKE_CLEAN += -r \ - $$OUT_PWD/HomeScreenSimulator \ - $$OUT_PWD/Makefile