author | tille <tille> | 2002-06-20 22:13:34 (UTC) |
---|---|---|
committer | tille <tille> | 2002-06-20 22:13:34 (UTC) |
commit | c2eb66bc5c5ac4225edff8b369026bd208f8c148 (patch) (unidiff) | |
tree | 2175ed4f4db02c7ae182c97bfabb0148d92f5295 /example/netsystemtime.pro | |
parent | de666dda3fab5b060071f3b037c04fcc4767870a (diff) | |
download | opie-c2eb66bc5c5ac4225edff8b369026bd208f8c148.zip opie-c2eb66bc5c5ac4225edff8b369026bd208f8c148.tar.gz opie-c2eb66bc5c5ac4225edff8b369026bd208f8c148.tar.bz2 |
here it is...
-rw-r--r-- | example/netsystemtime.pro | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/example/netsystemtime.pro b/example/netsystemtime.pro new file mode 100644 index 0000000..b98e45d --- a/dev/null +++ b/example/netsystemtime.pro | |||
@@ -0,0 +1,10 @@ | |||
1 | TEMPLATE= app | ||
2 | CONFIG = qt warn_on debug | ||
3 | #CONFIG = qt warn_on release | ||
4 | HEADERS = ntp.h | ||
5 | SOURCES = main.cpp ntp.cpp | ||
6 | INCLUDEPATH+= $(OPIEDIR)/include | ||
7 | DEPENDPATH+= $(OPIEDIR)/include | ||
8 | LIBS += -lqpe -lopie | ||
9 | INTERFACES= ntpbase.ui | ||
10 | TARGET = ../../bin/netsystemtime | ||