cleanup project files
[staging/HomeScreen.git] / SampleAppTimeDate / SampleAppTimeDate.pro
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