summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/gui/text/qtext/qtext.pro
blob: 9e8860f36da959829cc2912d5d1f663a9877cd89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
load(qttest_p4)
TEMPLATE = app
TARGET = tst_QText

SOURCES += main.cpp

symbian* {
   TARGET.CAPABILITY = ALL -TCB
   addFiles.sources = bidi.txt
   addFiles.path = .
   DEPLOYMENT += addFiles
} else {
   DEFINES += SRCDIR=\\\"$$PWD/\\\"
}
n value='bug_3413857'>bug_3413857 Tcl is a high-level, general-purpose, interpreted, dynamic programming language. It was designed with the goal of being very simple but powerful.
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | fs documentationvincentdarley2003-06-232-13/+15
| |
* | filesystem fixes -- see ChangeLogvincentdarley2003-06-235-55/+118
| |
* | * generic/tclNamesp.c (Tcl_Export): removed erroneous commentsMiguel Sofer2003-06-182-4/+7
| | | | | | | | [Bug 756744]
* | regsub empty string fixes, and windows buildvincentdarley2003-06-17