Skip to content

Commit f5cee9c

Browse files
committed
reordering the command sequence in QZXing.pro to fix dynamic library creation #183.
1 parent 058e737 commit f5cee9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/QZXing.pro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ VERSION = 2.3
3030
TARGET = QZXing
3131
TEMPLATE = lib
3232

33-
DEFINES -= DISABLE_LIBRARY_FEATURES
34-
3533
include(QZXing-components.pri)
34+
35+
DEFINES -= DISABLE_LIBRARY_FEATURES

0 commit comments

Comments
 (0)