| Line | |
|---|
| 1 | TEMPLATE = lib
|
|---|
| 2 | CONFIG += qt warn_on release plugin
|
|---|
| 3 |
|
|---|
| 4 | SOURCES += main.cpp
|
|---|
| 5 | FORMS = sqlformwizard.ui mainwindowwizard.ui
|
|---|
| 6 |
|
|---|
| 7 | sql {
|
|---|
| 8 | HEADERS += sqlformwizardimpl.h
|
|---|
| 9 | SOURCES += sqlformwizardimpl.cpp
|
|---|
| 10 | }
|
|---|
| 11 | DESTDIR = ../../../../plugins/designer
|
|---|
| 12 |
|
|---|
| 13 | PROJECTNAME = Wizards
|
|---|
| 14 | IMAGES = 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
|
|---|
| 15 | INCLUDEPATH += ../../interfaces
|
|---|
| 16 | DBFILE = wizards.db
|
|---|
| 17 | LANGUAGE = C++
|
|---|
| 18 |
|
|---|
| 19 |
|
|---|
| 20 | target.path += $$plugins.path/designer
|
|---|
| 21 | INSTALLS += target
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.