From 6b2f3cbde61a6c5d0293500ceac1c6b69eecc013 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Fri, 12 Feb 2016 16:06:39 +0100 Subject: consistently put {qt,qml}_{module,plugin} at the end of project files this fixes static builds by ensuring that all dependencies are exported. Task-number: QTBUG-51071 Change-Id: I3cdb59c65dbbf2b536ee927dd912349b4ceca335 Reviewed-by: Joerg Bornemann --- src/nfc/nfc.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/nfc') diff --git a/src/nfc/nfc.pro b/src/nfc/nfc.pro index 16737e73..a0a249fc 100644 --- a/src/nfc/nfc.pro +++ b/src/nfc/nfc.pro @@ -1,8 +1,6 @@ TARGET = QtNfc QT = core -load(qt_module) - QMAKE_DOCS = $$PWD/doc/qtnfc.qdocconf OTHER_FILES += doc/src/*.qdoc # show .qdoc files in Qt Creator @@ -153,3 +151,5 @@ isEmpty(NFC_BACKEND_AVAILABLE) { } HEADERS += $$PUBLIC_HEADERS $$PRIVATE_HEADERS + +load(qt_module) -- cgit v1.2.3