Last change
on this file since 350 was 166, checked in by Dmitry A. Kuminov, 16 years ago |
Added short DLL names for many modules and plugins.
|
File size:
356 bytes
|
Rev | Line | |
---|
[2] | 1 | TARGET = QtScript
|
---|
[166] | 2 | os2:TARGET_SHORT = QtScri
|
---|
[2] | 3 | QPRO_PWD = $$PWD
|
---|
| 4 | QT = core
|
---|
| 5 | DEFINES += QT_BUILD_SCRIPT_LIB
|
---|
| 6 | DEFINES += QT_NO_USING_NAMESPACE
|
---|
| 7 | DEFINES += QLALR_NO_QSCRIPTGRAMMAR_DEBUG_INFO
|
---|
| 8 | #win32-msvc*|win32-icc:QMAKE_LFLAGS += /BASE:0x66000000 ### FIXME
|
---|
| 9 |
|
---|
| 10 | unix:QMAKE_PKGCONFIG_REQUIRES = QtCore
|
---|
| 11 |
|
---|
| 12 | include(../qbase.pri)
|
---|
| 13 | include(script.pri)
|
---|
Note:
See
TracBrowser
for help on using the repository browser.