source: branches/4.5.1/src/script/script.pro@ 921

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 
1TARGET = QtScript
2os2:TARGET_SHORT = QtScri
3QPRO_PWD = $$PWD
4QT = core
5DEFINES += QT_BUILD_SCRIPT_LIB
6DEFINES += QT_NO_USING_NAMESPACE
7DEFINES += QLALR_NO_QSCRIPTGRAMMAR_DEBUG_INFO
8#win32-msvc*|win32-icc:QMAKE_LFLAGS += /BASE:0x66000000 ### FIXME
9
10unix:QMAKE_PKGCONFIG_REQUIRES = QtCore
11
12include(../qbase.pri)
13include(script.pri)
Note: See TracBrowser for help on using the repository browser.