source: trunk/tools/designer/plugins/dlg/dlg.pro

Last change on this file was 197, checked in by rudi, 14 years ago

Added QtDesigner

File size: 370 bytes
Line 
1TEMPLATE = lib
2CONFIG += qt warn_on release plugin
3HEADERS = dlg2ui.h
4SOURCES = main.cpp dlg2ui.cpp
5DESTDIR = ../../../../plugins/designer
6DEFINES += QT_INTERNAL_XML
7include( ../../../../src/qt_professional.pri )
8os2:TARGET = dlgplug
9else:TARGET = dlgplugin
10INCLUDEPATH += ../../interfaces
11
12
13target.path += $$plugins.path/designer
14INSTALLS += target
Note: See TracBrowser for help on using the repository browser.