source: tests/embedded/embedded.pro@ 1015

Last change on this file since 1015 was 1015, checked in by Dmitry A. Kuminov, 14 years ago

tests: embedded: Use case qt_WinProcessWindowObstacles().

And also added direct painting code for Windows.

File size: 161 bytes
RevLine 
[1003]1DEPTH = .
2include(../$$DEPTH/common.pri)
3
4QT = core gui
5CONFIG += console
6
7SOURCES += embedded.cpp
8
9RUN_ARGS = -style windows
[1015]10
11win32:LIBS += user32.lib gdi32.lib
Note: See TracBrowser for help on using the repository browser.