source: trunk/src/scripttools/scripttools.pro

Last change on this file was 561, checked in by Dmitry A. Kuminov, 15 years ago

trunk: Merged in qt 4.6.1 sources.

File size: 375 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
13
14include(debugging/debugging.pri)
15
16symbian:TARGET.UID3=0x2001E625
Note: See TracBrowser for help on using the repository browser.