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

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

Added QtDesigner

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