Skip to content

Commit 9a25be4

Browse files
committed
link with boost_atomic for i386 linux
1 parent dd04946 commit 9a25be4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OMEdit/OMEditGUI/OMEditGUI.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ win32 {
114114
QMAKE_LFLAGS_RELEASE = -rdynamic
115115
}
116116
equals(QT_ARCH, i386)|equals(QT_ARCH, i686) { # 32-bit
117-
LIBS += -latomic
117+
LIBS += -latomic -lboost_atomic
118118
}
119119
}
120120

0 commit comments

Comments
 (0)