diff options
author | 2016-11-21 12:21:14 +0900 | |
---|---|---|
committer | 2016-11-21 09:34:57 +0000 | |
commit | c15499baf78f777de62899a376b0f3cd6b651920 (patch) | |
tree | faa8f01c3fce809d32f9e1543954ed1c5392c79f /WindowManager | |
parent | 0120ff5e9f513b048e3904eaacaa530e1f0188bb (diff) |
cleanup project files
Change-Id: I4d605d97d050fb60e1fef749926cb1b92071782e
Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io>
Diffstat (limited to 'WindowManager')
-rw-r--r-- | WindowManager/WindowManager.pro | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/WindowManager/WindowManager.pro b/WindowManager/WindowManager.pro index 63beb7b..51fc972 100644 --- a/WindowManager/WindowManager.pro +++ b/WindowManager/WindowManager.pro @@ -12,13 +12,11 @@ # 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 - |