equal
deleted
inserted
replaced
41 QT += network |
41 QT += network |
42 qtAddLibrary(QtSystemInfo) |
42 qtAddLibrary(QtSystemInfo) |
43 } |
43 } |
44 |
44 |
45 contains(MOBILITY, multimedia) { |
45 contains(MOBILITY, multimedia) { |
46 QT += network multimedia |
46 QT += network |
47 contains(QT_CONFIG, opengl): QT += opengl |
47 contains(QT_CONFIG, opengl): QT += opengl |
48 qtAddLibrary(QtMedia) |
48 mac:LIBS += -framework QtMultimedia |
|
49 else:win32:contains(QT_CONFIG, debug):LIBS += -lQtMultimediad |
|
50 else:LIBS += -lQtMultimedia |
49 } |
51 } |
50 |
52 |
51 contains(MOBILITY, contacts) { |
53 contains(MOBILITY, contacts) { |
52 qtAddLibrary(QtContacts) |
54 qtAddLibrary(QtContacts) |
53 } |
55 } |