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

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

Added QtDesigner

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