Skip to content

Commit

Permalink
Merge branch 'mer-undefined-symbols' into 'master'
Browse files Browse the repository at this point in the history
build: Fail build on undefined symbols

See merge request mer-core/qtcontacts-sqlite!20
  • Loading branch information
pvuorela committed May 2, 2019
2 parents b41063f + 052cc65 commit 4ac7b57
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/engine/engine.pro
Expand Up @@ -5,6 +5,9 @@ TARGET = qtcontacts_sqlite

QT = core sql dbus

# Error on undefined symbols
QMAKE_LFLAGS += $$QMAKE_LFLAGS_NOUNDEF

CONFIG += plugin hide_symbols
PLUGIN_TYPE=contacts
DESTDIR=$${PLUGIN_TYPE}
Expand Down

0 comments on commit 4ac7b57

Please sign in to comment.