-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 |