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

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

Added QtDesigner

File size: 869 bytes
Line 
1TEMPLATE = lib
2CONFIG += qt warn_on release plugin
3
4SOURCES += main.cpp
5FORMS = sqlformwizard.ui mainwindowwizard.ui
6
7sql {
8 HEADERS += sqlformwizardimpl.h
9 SOURCES += sqlformwizardimpl.cpp
10 }
11DESTDIR = ../../../../plugins/designer
12
13PROJECTNAME = Wizards
14IMAGES = images/qtwizards_menu_1.png images/qtwizards_menu_2.png images/qtwizards_menu_3.png images/qtwizards_table_1.png images/qtwizards_table_2.png images/qtwizards_table_3.png images/qtwizards_table_4.png images/re-sort.png images/small/editcopy.png images/small/editcut.png images/small/editpaste.png images/small/filenew.png images/small/fileopen.png images/small/filesave.png images/small/print.png images/small/redo.png images/small/searchfind.png images/small/undo.png
15INCLUDEPATH += ../../interfaces
16DBFILE = wizards.db
17LANGUAGE = C++
18
19
20target.path += $$plugins.path/designer
21INSTALLS += target
Note: See TracBrowser for help on using the repository browser.