Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 486 Bytes

mms-settings-dconf.pro

File metadata and controls

19 lines (17 loc) · 486 Bytes
 
1
2
3
4
TEMPLATE = lib
CONFIG += staticlib
CONFIG -= qt
CONFIG += link_pkgconfig
Oct 27, 2015
Oct 27, 2015
5
PKGCONFIG += libglibutil dconf glib-2.0
6
7
INCLUDEPATH += include
INCLUDEPATH += ../mms-lib/include
Sep 24, 2015
Sep 24, 2015
8
QMAKE_CFLAGS += -Wno-unused-parameter
9
10
11
12
13
14
15
16
17
18
19
CONFIG(debug, debug|release) {
DEFINES += DEBUG
DESTDIR = $$_PRO_FILE_PWD_/build/debug
} else {
DESTDIR = $$_PRO_FILE_PWD_/build/release
}
SOURCES += src/mms_settings_dconf.c
HEADERS += include/mms_settings_dconf.h
OTHER_FILES += spec/org.nemomobile.mms.sim.gschema.xml