From c15499baf78f777de62899a376b0f3cd6b651920 Mon Sep 17 00:00:00 2001 From: Tasuku Suzuki Date: Mon, 21 Nov 2016 12:21:14 +0900 Subject: cleanup project files Change-Id: I4d605d97d050fb60e1fef749926cb1b92071782e Signed-off-by: Tasuku Suzuki --- HomeScreenSimulator/HomeScreenSimulator.pro | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'HomeScreenSimulator') diff --git a/HomeScreenSimulator/HomeScreenSimulator.pro b/HomeScreenSimulator/HomeScreenSimulator.pro index 9005a3f..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,16 +25,12 @@ 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 \ -- cgit 1.2.3-korg