diff options
Diffstat (limited to 'HomeScreenAppFrameworkBinderAGL')
-rw-r--r-- | HomeScreenAppFrameworkBinderAGL/HomeScreenAppFrameworkBinderAGL.pro | 12 |
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 |