source: tests/widget/widget.pro@ 919

Last change on this file since 919 was 341, checked in by Dmitry A. Kuminov, 16 years ago

tests/widget: Added codecs test.

File size: 176 bytes
Line 
1QT = core gui
2CONFIG += console
3
4SOURCES += widget.cpp
5
6RUN_ARGS = -style windows
7
8DEPTH = .
9include($$DEPTH/../common.pri)
10else:error("Cannot include $$DEPTH/../common.pri!")
Note: See TracBrowser for help on using the repository browser.