Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 864 Bytes

common-config.pri

File metadata and controls

44 lines (34 loc) · 864 Bytes
 
Apr 14, 2010
Apr 14, 2010
1
2
3
4
5
6
#
# Common configuration options
#
#
Jun 9, 2010
Jun 9, 2010
7
QT += dbus
Oct 26, 2010
Oct 26, 2010
8
QT -= gui
Apr 14, 2010
Apr 14, 2010
9
CONFIG += debug
Oct 26, 2010
Oct 26, 2010
10
CONFIG += thread
Apr 14, 2010
Apr 14, 2010
11
12
# Maemo specific options
Apr 12, 2013
Apr 12, 2013
13
#CONFIG += contextprovider
Apr 14, 2010
Apr 14, 2010
14
15
16
17
18
19
20
21
# DEPRECATED: CompassChain is now provided by separate package
# sensorfw-plugins-compasslogic
### Note: compass now works for x86 and armel both. debian/rules takes care
### of figuring out which platform binary to pick. If building manually, the
### default is armel. If internal sensors are included in manual build for x86,
### uncomment the following line:
#### CONFIG+= x86build
Dec 8, 2010
Dec 8, 2010
22
23
24
25
26
27
28
29
30
profile {
QMAKE_CXXFLAGS += -pg
QMAKE_LFLAGS += -pg
}
profile-libc {
QMAKE_LFLAGS += -lc_p
}
Apr 23, 2013
Apr 23, 2013
31
32
33
34
equals(QT_MAJOR_VERSION, 5):{
TARGET = $$TARGET-qt5
}
May 15, 2013
May 15, 2013
35
36
37
OTHER_FILES += \
../../common.pri
Sep 16, 2013
Sep 16, 2013
38
39
40
41
42
43
contains(CONFIG,hybris) {
CONFIG += link_pkgconfig
PKGCONFIG += android-headers
PKGCONFIG += libhardware
}