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

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

Added QtDesigner

File size: 289 bytes
Line 
1TEMPLATE = lib
2CONFIG += qt warn_on release plugin
3HEADERS = rc2ui.h
4SOURCES = main.cpp rc2ui.cpp
5DESTDIR = ../../../../plugins/designer
6os2:TARGET = rcplug
7else:TARGET = rcplugin
8INCLUDEPATH += ../../interfaces
9
10
11target.path += $$plugins.path/designer
12INSTALLS += target
Note: See TracBrowser for help on using the repository browser.