blob: b98e45dbc6fd5968adc6e5f2ae1d15fff28e639e (
plain)
1
2
3
4
5
6
7
8
9
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
|