author | tille <tille> | 2002-06-20 22:13:34 (UTC) |
---|---|---|
committer | tille <tille> | 2002-06-20 22:13:34 (UTC) |
commit | c2eb66bc5c5ac4225edff8b369026bd208f8c148 (patch) (side-by-side diff) | |
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 @@ +TEMPLATE = app +CONFIG = qt warn_on debug +#CONFIG = qt warn_on release +HEADERS = ntp.h +SOURCES = main.cpp ntp.cpp +INCLUDEPATH += $(OPIEDIR)/include +DEPENDPATH += $(OPIEDIR)/include +LIBS += -lqpe -lopie +INTERFACES = ntpbase.ui +TARGET = ../../bin/netsystemtime |