source:
trunk/tools/designer/plugins/glade/glade.pro
Last change on this file was 197, checked in by , 14 years ago | |
---|---|
File size: 371 bytes |
Line | |
---|---|
1 | TEMPLATE = lib |
2 | CONFIG += qt warn_on release plugin |
3 | HEADERS = glade2ui.h |
4 | SOURCES = main.cpp glade2ui.cpp |
5 | DESTDIR = ../../../../plugins/designer |
6 | DEFINES += QT_INTERNAL_XML |
7 | include( ../../../../src/qt_professional.pri ) |
8 | os2:TARGET = gldplug |
9 | else: = gladeplugin |
10 | INCLUDEPATH += ../../interfaces |
11 | |
12 | |
13 | target.path += $$plugins.path/designer |
14 | INSTALLS += target |
Note:
See TracBrowser
for help on using the repository browser.