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