Last change
on this file since 81 was 50, checked in by dmik, 20 years ago |
Imported examples/process and examples/sound from /vendor/trolltech/3.3.1
|
File size:
2.3 KB
|
Rev | Line | |
---|
[2] | 1 | TEMPLATE = subdirs
|
---|
| 2 |
|
---|
| 3 | unix:!embedded:!mac:CONFIG += x11
|
---|
| 4 |
|
---|
| 5 | SUBDIRS = aclock \
|
---|
| 6 | action \
|
---|
| 7 | action/toggleaction \
|
---|
| 8 | addressbook \
|
---|
| 9 | application \
|
---|
| 10 | buttongroups \
|
---|
| 11 | checklists \
|
---|
| 12 | cursor \
|
---|
| 13 | customlayout \
|
---|
| 14 | dclock \
|
---|
| 15 | demo \
|
---|
| 16 | dirview \
|
---|
| 17 | distributor \
|
---|
| 18 | dragdrop \
|
---|
| 19 | drawdemo \
|
---|
| 20 | drawlines \
|
---|
| 21 | extension \
|
---|
| 22 | fonts \
|
---|
| 23 | forever \
|
---|
| 24 | gridview \
|
---|
| 25 | hello \
|
---|
| 26 | helpdemo \
|
---|
| 27 | helpviewer \
|
---|
| 28 | i18n \
|
---|
| 29 | layout \
|
---|
| 30 | life \
|
---|
| 31 | lineedits \
|
---|
| 32 | listboxcombo \
|
---|
| 33 | listbox \
|
---|
| 34 | listviews \
|
---|
| 35 | menu \
|
---|
| 36 | movies \
|
---|
| 37 | picture \
|
---|
| 38 | popup \
|
---|
| 39 | process \
|
---|
| 40 | progress \
|
---|
| 41 | progressbar \
|
---|
| 42 | qdir \
|
---|
| 43 | qfd \
|
---|
| 44 | qmag \
|
---|
| 45 | qtl \
|
---|
| 46 | qwerty \
|
---|
| 47 | rangecontrols \
|
---|
| 48 | richtext \
|
---|
| 49 | rot13 \
|
---|
| 50 | scribble \
|
---|
| 51 | scrollview \
|
---|
| 52 | showimg \
|
---|
| 53 | splitter \
|
---|
| 54 | tabdialog \
|
---|
| 55 | tetrix \
|
---|
| 56 | textedit \
|
---|
| 57 | themes \
|
---|
| 58 | tictac \
|
---|
| 59 | tooltip \
|
---|
| 60 | toplevel \
|
---|
| 61 | tux \
|
---|
| 62 | widgets \
|
---|
| 63 | wizard \
|
---|
| 64 | xform
|
---|
| 65 |
|
---|
| 66 | thread:SUBDIRS += thread/prodcons \
|
---|
| 67 | thread/semaphores
|
---|
| 68 |
|
---|
| 69 | canvas:SUBDIRS += canvas
|
---|
| 70 | canvas:table:SUBDIRS += chart
|
---|
| 71 |
|
---|
| 72 | opengl:SUBDIRS += opengl/box \
|
---|
| 73 | opengl/gear \
|
---|
| 74 | opengl/glpixmap \
|
---|
| 75 | opengl/overlay \
|
---|
| 76 | opengl/sharedbox \
|
---|
| 77 | opengl/texture
|
---|
| 78 |
|
---|
| 79 | x11:nas:SUBDIRS += sound
|
---|
[50] | 80 | mac|win32|os2:SUBDIRS += sound
|
---|
[2] | 81 |
|
---|
| 82 | iconview:SUBDIRS += fileiconview \
|
---|
| 83 | iconview \
|
---|
| 84 | iconview/simple_dd
|
---|
| 85 |
|
---|
| 86 |
|
---|
| 87 | network:SUBDIRS += network/archivesearch \
|
---|
| 88 | network/clientserver/client \
|
---|
| 89 | network/clientserver/server \
|
---|
| 90 | network/ftpclient \
|
---|
| 91 | network/httpd \
|
---|
| 92 | network/infoprotocol/infoclient \
|
---|
| 93 | network/infoprotocol/infoserver \
|
---|
| 94 | network/infoprotocol/infourlclient \
|
---|
| 95 | network/mail \
|
---|
| 96 | network/networkprotocol \
|
---|
| 97 | network/remotecontrol
|
---|
| 98 |
|
---|
| 99 | workspace:SUBDIRS+= mdi
|
---|
| 100 |
|
---|
| 101 | table:SUBDIRS += table/statistics \
|
---|
| 102 | table/small-table-demo \
|
---|
| 103 | regexptester \
|
---|
| 104 | table/bigtable \
|
---|
| 105 | helpsystem
|
---|
| 106 |
|
---|
| 107 | tablet:SUBDIRS += tablet
|
---|
| 108 |
|
---|
| 109 | sql:SUBDIRS += sql
|
---|
| 110 |
|
---|
| 111 | xml:SUBDIRS += xml/outliner \
|
---|
| 112 | xml/tagreader \
|
---|
| 113 | xml/tagreader-with-features
|
---|
| 114 |
|
---|
| 115 | embedded:SUBDIRS += launcher
|
---|
| 116 |
|
---|
| 117 | embedded:SUBDIRS -= showimg
|
---|
| 118 |
|
---|
| 119 | win32:SUBDIRS += trayicon
|
---|
| 120 | embedded:SUBDIRS += trayicon
|
---|
| 121 |
|
---|
| 122 | x11:SUBDIRS += biff \
|
---|
| 123 | desktop
|
---|
[8] | 124 |
|
---|
| 125 | ## @todo (dmik): examples below are substracted until implemented
|
---|
| 126 |
|
---|
| 127 | os2:SUBDIRS -= \
|
---|
| 128 | demo \
|
---|
| 129 | dirview \
|
---|
| 130 | distributor \
|
---|
| 131 | dragdrop \
|
---|
| 132 | drawdemo \
|
---|
| 133 | extension \
|
---|
| 134 | helpdemo \
|
---|
| 135 | movies \
|
---|
| 136 | qdir \
|
---|
| 137 | tetrix \
|
---|
| 138 | tux \
|
---|
| 139 | widgets
|
---|
Note:
See
TracBrowser
for help on using the repository browser.