Last change
on this file since 921 was 166, checked in by Dmitry A. Kuminov, 16 years ago |
Added short DLL names for many modules and plugins.
|
File size:
356 bytes
|
Line | |
---|
1 | TARGET = QtScript
|
---|
2 | os2:TARGET_SHORT = QtScri
|
---|
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.