source:
trunk/tools/designer/plugins/rc/rc.pro
Last change on this file was 197, checked in by , 14 years ago | |
---|---|
File size: 289 bytes |
Line | |
---|---|
1 | TEMPLATE = lib |
2 | CONFIG += qt warn_on release plugin |
3 | HEADERS = rc2ui.h |
4 | SOURCES = main.cpp rc2ui.cpp |
5 | DESTDIR = ../../../../plugins/designer |
6 | os2:TARGET = rcplug |
7 | else:TARGET = rcplugin |
8 | INCLUDEPATH += ../../interfaces |
9 | |
10 | |
11 | target.path += $$plugins.path/designer |
12 | INSTALLS += target |
Note:
See TracBrowser
for help on using the repository browser.