cleanup project files 61/7261/2
authorTasuku Suzuki <tasuku.suzuki@qt.io>
Mon, 21 Nov 2016 03:21:14 +0000 (12:21 +0900)
committerJens Bocklage <jens_bocklage@mentor.com>
Mon, 21 Nov 2016 09:34:57 +0000 (09:34 +0000)
Change-Id: I4d605d97d050fb60e1fef749926cb1b92071782e
Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io>
HomeScreen/HomeScreen.pro
HomeScreenAppFrameworkBinderAGL/HomeScreenAppFrameworkBinderAGL.pro
HomeScreenSimulator/HomeScreenSimulator.pro
InputEventManager/InputEventManager.pro
SampleAppTimeDate/SampleAppTimeDate.pro
SampleHomeScreenInterfaceApp/SampleHomeScreenInterfaceApp.pro
SampleNavigationApp/SampleNavigationApp.pro
WindowManager/WindowManager.pro
interfaces/interfaces.pro
libhomescreen/libhomescreen.pro

index 7c66fda..a9e950e 100644 (file)
 # 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 = HomeScreen
 TEMPLATE = app
+TARGET = HomeScreen
+QT = widgets dbus
+
+include(../interfaces/interfaces.pri)
 
 SOURCES += \
     src/main.cpp \
@@ -40,8 +39,6 @@ HEADERS  += \
     src/homescreencontrolinterface.h \
     src/layouthandler.h
 
-include(../interfaces/interfaces.pri)
-
 FORMS    += \
     resources/mainwindow.ui \
     resources/settingswidget.ui \
index 9a35c35..f194609 100644 (file)
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-QT       += core dbus
-QT       -= gui
-
-TARGET = HomeScreenAppFrameworkBinderAGL
-CONFIG   += console
-CONFIG   -= app_bundle
-
 TEMPLATE = app
+TARGET = HomeScreenAppFrameworkBinderAGL
+QT = core dbus
 
+include(../interfaces/interfaces.pri)
 
 SOURCES += src/main.cpp \
     src/homescreenappframeworkbinderagl.cpp
@@ -28,8 +24,6 @@ SOURCES += src/main.cpp \
 HEADERS += \
     src/homescreenappframeworkbinderagl.h
 
-include(../interfaces/interfaces.pri)
-
 OTHER_FILES += \
     README.md
 
index 9005a3f..944a1fc 100644 (file)
 # 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 \
index 2e620e3..91e74dd 100644 (file)
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-QT       += core dbus
-QT       -= gui
-
-TARGET = InputEventManager
-CONFIG   += console
-CONFIG   -= app_bundle
-
 TEMPLATE = app
+TARGET = InputEventManager
+QT = core dbus
 
+include(../interfaces/interfaces.pri)
 
 SOURCES += src/main.cpp \
     src/inputeventmanager.cpp
@@ -28,7 +24,6 @@ SOURCES += src/main.cpp \
 HEADERS += \
     src/inputeventmanager.h
 
-include(../interfaces/interfaces.pri)
 
 #contains(QT_ARCH, arm.*) {
 #    LIBS += -lpkgmgr-info
index e41524e..245a92e 100644 (file)
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-QT       += core dbus
-QT       -= gui
-
-TARGET = SampleAppTimeDate
-CONFIG   += console
-CONFIG   -= app_bundle
-
 TEMPLATE = app
+TARGET = SampleAppTimeDate
+QT = dbus
 
+include(../interfaces/interfaces.pri)
 
 SOURCES += src/main.cpp \
     src/timedateprovider.cpp
@@ -28,8 +24,6 @@ SOURCES += src/main.cpp \
 HEADERS += \
     src/timedateprovider.hpp
 
-include(../interfaces/interfaces.pri)
-
 OTHER_FILES += \
     README.md
 
index 4da1e36..738654c 100644 (file)
@@ -1,6 +1,5 @@
 TEMPLATE = app
-CONFIG += console
-CONFIG -= app_bundle
+TARGET = SampleHomeScreenInterfaceApp
 CONFIG -= qt
 
 SOURCES += src/main.cpp \
index ab57a0c..2439e43 100644 (file)
@@ -1,16 +1,6 @@
-#-------------------------------------------------
-#
-# Project created by QtCreator 2016-11-04T17:03:47
-#
-#-------------------------------------------------
-
-QT       += core gui
-
-greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
-
-TARGET = SampleNavigationApp
 TEMPLATE = app
-
+TARGET = SampleNavigationApp
+QT = widgets
 
 SOURCES += main.cpp\
         mainwindow.cpp
index 63beb7b..51fc972 100644 (file)
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-QT       += core dbus
-QT       -= gui
-
+TEMPLATE = app
 TARGET = WindowManager
-CONFIG   += console
-CONFIG   -= app_bundle
+QT = core dbus
 
+include(../interfaces/interfaces.pri)
 
 SOURCES += src/main.cpp \
     src/windowmanager.cpp
@@ -26,14 +24,10 @@ SOURCES += src/main.cpp \
 HEADERS += \
     src/windowmanager.hpp
 
-include(../interfaces/interfaces.pri)
-
 contains(QT_ARCH, arm.*) {
     LIBS += -lilmControl -lilmCommon
 }
 
-FORMS +=
-
 OTHER_FILES += \
     README.md
 
@@ -41,4 +35,3 @@ OTHER_FILES += \
 QMAKE_CLEAN += -r \
     $$OUT_PWD/WindowManager \
     $$OUT_PWD/Makefile
-
index 1dad460..1d2920a 100644 (file)
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-QT  += dbus
-QT  -= gui
-
 TEMPLATE = lib
-CONFIG += staticlib
 TARGET = interfaces
+QT = dbus
+CONFIG += staticlib
 
 HEADERS += \
     include/appframework.hpp \
index 47d1c32..dffaa85 100644 (file)
@@ -1,13 +1,6 @@
-#-------------------------------------------------
-#
-# Project created by QtCreator 2016-10-28T11:05:51
-#
-#-------------------------------------------------
-
-QT       -= core gui
-
-TARGET = homescreen
 TEMPLATE = lib
+TARGET = homescreen
+CONFIG -= qt
 
 SOURCES += \
         src/libhomescreen.cpp