点击(此处)折叠或打开
-
# #####################################################################
-
# Automatically generated by qmake (2.01a) Sat Jun 1 19:19:11 2013
-
# #####################################################################
-
QT += core gui
-
-
#for Qt5 compile
-
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
-
-
TEMPLATE = app
-
TARGET = qt-demo
-
DEPENDPATH += .
-
-
SDKDIR = ./sdk
-
INCLUDEPATH += . \
-
$${SDKDIR}/include
-
LIBS += $${SDKDIR}/liblogin.a \
-
$${SDKDIR}/libini.a
-
-
TRANSLATIONS = ts/demo_en_US.ts \
-
ts/demo_zh_CN.ts
-
DEFAULTCODEC = utf-8
-
-
# Input
-
HEADERS += audiosettingwin.h \
-
basewidget.h \
-
calendar.h \
-
clock.h \
-
clouddesktopwin.h \
-
displaysettingwin.h \
-
languagesettingwin.h \
-
maintabwin.h \
-
messagewin.h \
-
myToolButton.h \
-
networkinfowin.h \
-
networktabwin.h \
-
networktool.h \
-
newconnectwin.h \
-
powerctrlwin.h \
-
settingcenterwin.h \
-
statuswin.h \
-
sysinfowin.h \
-
timesettingwin.h \
-
titlebar.h \
-
wirelessnetworkwin.h \
-
wirenetworkwin.h \
-
wirelesspasswdwin.h \
-
displayconfirmwin.h \
-
startconnection.h \
-
bgwin.h \
-
resChanged.h \
-
reset.h \
-
MyQWidget.h
-
-
# FORMS += widget.ui
-
-
SOURCES += audiosettingwin.cpp \
-
basewidget.cpp \
-
calendar.cpp \
-
clock.cpp \
-
clouddesktopwin.cpp \
-
displaysettingwin.cpp \
-
languagesettingwin.cpp \
-
main.cpp \
-
maintabwin.cpp \
-
messagewin.cpp \
-
myToolButton.cpp \
-
networkinfowin.cpp \
-
networktabwin.cpp \
-
networktool.cpp \
-
newconnectwin.cpp \
-
powerctrlwin.cpp \
-
settingcenterwin.cpp \
-
statuswin.cpp \
-
sysinfowin.cpp \
-
timesettingwin.cpp \
-
titlebar.cpp \
-
wirelessnetworkwin.cpp \
-
wirenetworkwin.cpp \
-
wirelesspasswdwin.cpp \
-
displayconfirmwin.cpp \
-
startconnection.cpp \
-
bgwin.cpp \
-
resChanged.cpp \
-
reset.cpp \
-
MyQWidget.cpp
-
-
RESOURCES += pic.qrc
-
- #for store temp file that generated at compile
-
MOC_DIR=temp/moc
-
RCC_DIR=temp/rcc
-
UI_DIR=temp/ui
-
OBJECTS_DIR=temp/obj
-
- #for store binary file
- DESTDIR=bin