source: branches/4.5.1/src/scripttools/scripttools.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: 342 bytes
Line 
1TARGET = QtScriptTools
2os2:TARGET_SHORT = QtScTl
3QPRO_PWD = $$PWD
4QT = core gui script
5DEFINES += QT_BUILD_SCRIPTTOOLS_LIB
6DEFINES += QT_NO_USING_NAMESPACE
7#win32-msvc*|win32-icc:QMAKE_LFLAGS += /BASE:0x66000000
8
9unix:QMAKE_PKGCONFIG_REQUIRES = QtCore QtGui QtScript
10
11include(../qbase.pri)
12
13include(debugging/debugging.pri)
Note: See TracBrowser for help on using the repository browser.