source:
ogBrowser-Git/digitalclock/digitalclock.pro
Last change on this file was 9004d96, checked in by , 19 months ago | |
---|---|
|
|
File size: 203 bytes |
Line | |
---|---|
1 | QT += widgets |
2 | |
3 | HEADERS = digitalclock.h |
4 | SOURCES = digitalclock.cpp \ |
5 | main.cpp |
6 | |
7 | # install |
8 | target.path = $$[QT_INSTALL_EXAMPLES]/widgets/widgets/digitalclock |
9 | INSTALLS += target |
Note: See TracBrowser
for help on using the repository browser.