source: ogBrowser-Git/digitalclock/digitalclock.pro

jenkins
Last change on this file was 9004d96, checked in by Vadim Troshchinskiy <vtroshchinskiy@…>, 19 months ago

Update digital clock to Qt5 version

Digital clock was a Qt sample used pretty much as-is

  • Property mode set to 100644
File size: 203 bytes
RevLine 
[9004d96]1QT += widgets
[099ac5d]2
[9004d96]3HEADERS       = digitalclock.h
4SOURCES       = digitalclock.cpp \
5                main.cpp
[099ac5d]6
[9004d96]7# install
8target.path = $$[QT_INSTALL_EXAMPLES]/widgets/widgets/digitalclock
9INSTALLS += target
Note: See TracBrowser for help on using the repository browser.