aboutsummaryrefslogtreecommitdiffstats
path: root/HomeScreenAppFrameworkBinderAGL
diff options
context:
space:
mode:
authorTasuku Suzuki <tasuku.suzuki@qt.io>2016-11-21 12:21:14 +0900
committerJens Bocklage <jens_bocklage@mentor.com>2016-11-21 09:34:57 +0000
commitc15499baf78f777de62899a376b0f3cd6b651920 (patch)
treefaa8f01c3fce809d32f9e1543954ed1c5392c79f /HomeScreenAppFrameworkBinderAGL
parent0120ff5e9f513b048e3904eaacaa530e1f0188bb (diff)
cleanup project files
Change-Id: I4d605d97d050fb60e1fef749926cb1b92071782e Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io>
Diffstat (limited to 'HomeScreenAppFrameworkBinderAGL')
-rw-r--r--HomeScreenAppFrameworkBinderAGL/HomeScreenAppFrameworkBinderAGL.pro12
1 files changed, 3 insertions, 9 deletions
diff --git a/HomeScreenAppFrameworkBinderAGL/HomeScreenAppFrameworkBinderAGL.pro b/HomeScreenAppFrameworkBinderAGL/HomeScreenAppFrameworkBinderAGL.pro
index 9a35c35..f194609 100644
--- a/HomeScreenAppFrameworkBinderAGL/HomeScreenAppFrameworkBinderAGL.pro
+++ b/HomeScreenAppFrameworkBinderAGL/HomeScreenAppFrameworkBinderAGL.pro
@@ -12,15 +12,11 @@
# 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