source:
ogBrowser-Git/digitalclock/digitalclock.pro
@
9608e6e
Last change on this file since 9608e6e was 099ac5d, checked in by , 9 years ago | |
---|---|
|
|
File size: 309 bytes |
Line | |
---|---|
1 | TEMPLATE = lib |
2 | DESTDIR = .. |
3 | |
4 | TARGET = digitalclock |
5 | |
6 | CONFIG += qt release warn_on build_all staticlib |
7 | |
8 | QT += core gui |
9 | |
10 | MOC_DIR = ../.moc |
11 | |
12 | OBJECTS_DIR = ../.objs |
13 | TARGET = digitalclock |
14 | |
15 | DEFINES += HAVE_POSIX_OPENPT |
16 | #or DEFINES += HAVE_GETPT |
17 | |
18 | HEADERS = digitalclock.h |
19 | |
20 | SOURCES = digitalclock.cpp |
21 | |
22 | |
23 |
Note: See TracBrowser
for help on using the repository browser.