Last change
on this file since 1036 was 77, checked in by Dmitry A. Kuminov, 16 years ago |
mkspecs: Make the 'shared' CONFIG option obey QMAKE_LFLAGS_DLL flags on OS/2.
|
File size:
254 bytes
|
Line | |
---|
1 | CONFIG -= static
|
---|
2 | contains(TEMPLATE, ".*lib"): {
|
---|
3 | CONFIG += dll
|
---|
4 | CONFIG -= staticlib
|
---|
5 | win32:QMAKE_LFLAGS += $$QMAKE_LFLAGS_DLL
|
---|
6 | os2:QMAKE_LFLAGS += $$QMAKE_LFLAGS_DLL
|
---|
7 | }
|
---|
8 | !static_and_shared:fix_output_dirs:fixExclusiveOutputDirs(shared, static)
|
---|
Note:
See
TracBrowser
for help on using the repository browser.