Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
build: Fail build on undefined symbols
  • Loading branch information
mardy committed Apr 30, 2019
1 parent 916f2ca commit 052cc65
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 052cc65

Please sign in to comment.