initial commit
This commit is contained in:
commit
9d20827c46
2469 changed files with 470994 additions and 0 deletions
12
qa/oldtest/unittest.pro
Normal file
12
qa/oldtest/unittest.pro
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# WARNING! All changes made in this file will be lost!
|
||||
TEMPLATE = subdirs
|
||||
|
||||
SUBDIRS += \
|
||||
../src/tools/iconset/unittest \
|
||||
../src/widgets/unittest/iconaction \
|
||||
../src/widgets/unittest/richtext \
|
||||
../src/unittest/psiiconset \
|
||||
../src/unittest/psipopup
|
||||
|
||||
QMAKE_EXTRA_TARGETS += check
|
||||
check.commands = sh ./checkall
|
||||
Reference in a new issue