Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 351 Bytes

config.pri

File metadata and controls

14 lines (11 loc) · 351 Bytes
 
Sep 18, 2020
Sep 18, 2020
1
2
3
# Try to optimise for code size a bit
QMAKE_CXXFLAGS += -ffunction-sections -fdata-sections -Wl,--gc-sections -flto
Oct 18, 2017
Oct 18, 2017
4
5
6
CONFIG += \
c++11 \
link_pkgconfig
Jan 22, 2014
Jan 22, 2014
7
PKGCONFIG += Qt5Contacts
Jun 25, 2019
Jun 25, 2019
8
9
10
packagesExist(mlite5) {
DEFINES += HAS_MLITE
Sep 13, 2019
Sep 13, 2019
11
PKGCONFIG += mlite5
Jun 25, 2019
Jun 25, 2019
12
}
Jun 8, 2020
Jun 8, 2020
13
14
DEFINES += CONTACTS_DATABASE_PATH=\"\\\"$$[QT_INSTALL_LIBS]/qtcontacts-sqlite-qt5/\\\"\"