source:
ogBrowser-Git/digitalclock/digitalclock.pro
@
0c33630
Last change on this file since 0c33630 was 099ac5d, checked in by , 9 years ago | |
---|---|
|
|
File size: 309 bytes |
Rev | Line | |
---|---|---|
[099ac5d] | 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.