Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1524510
  • 博文数量: 290
  • 博客积分: 3468
  • 博客等级: 中校
  • 技术积分: 3461
  • 用 户 组: 普通用户
  • 注册时间: 2010-12-28 22:21
文章分类

全部博文(290)

文章存档

2016年(13)

2015年(3)

2014年(42)

2013年(67)

2012年(90)

2011年(75)

分类: 嵌入式

2014-05-14 15:00:15


点击(此处)折叠或打开

  1. # #####################################################################
  2. # Automatically generated by qmake (2.01a) Sat Jun 1 19:19:11 2013
  3. # #####################################################################
  4. QT += core gui

  5. #for Qt5 compile
  6. greaterThan(QT_MAJOR_VERSION, 4): QT += widgets

  7. TEMPLATE = app
  8. TARGET = qt-demo 
  9. DEPENDPATH += .

  10. SDKDIR = ./sdk
  11. INCLUDEPATH += . \
  12.     $${SDKDIR}/include
  13. LIBS += $${SDKDIR}/liblogin.a \
  14.     $${SDKDIR}/libini.a

  15. TRANSLATIONS = ts/demo_en_US.ts \
  16.     ts/demo_zh_CN.ts
  17. DEFAULTCODEC = utf-8

  18. # Input
  19. HEADERS += audiosettingwin.h \
  20.     basewidget.h \
  21.     calendar.h \
  22.     clock.h \
  23.     clouddesktopwin.h \
  24.     displaysettingwin.h \
  25.     languagesettingwin.h \
  26.     maintabwin.h \
  27.     messagewin.h \
  28.     myToolButton.h \
  29.     networkinfowin.h \
  30.     networktabwin.h \
  31.     networktool.h \
  32.     newconnectwin.h \
  33.     powerctrlwin.h \
  34.     settingcenterwin.h \
  35.     statuswin.h \
  36.     sysinfowin.h \
  37.     timesettingwin.h \
  38.     titlebar.h \
  39.     wirelessnetworkwin.h \
  40.     wirenetworkwin.h \
  41.     wirelesspasswdwin.h \
  42.     displayconfirmwin.h \
  43.     startconnection.h \
  44.     bgwin.h \
  45.     resChanged.h \
  46.     reset.h \
  47.     MyQWidget.h

  48. # FORMS += widget.ui

  49. SOURCES += audiosettingwin.cpp \
  50.     basewidget.cpp \
  51.     calendar.cpp \
  52.     clock.cpp \
  53.     clouddesktopwin.cpp \
  54.     displaysettingwin.cpp \
  55.     languagesettingwin.cpp \
  56.     main.cpp \
  57.     maintabwin.cpp \
  58.     messagewin.cpp \
  59.     myToolButton.cpp \
  60.     networkinfowin.cpp \
  61.     networktabwin.cpp \
  62.     networktool.cpp \
  63.     newconnectwin.cpp \
  64.     powerctrlwin.cpp \
  65.     settingcenterwin.cpp \
  66.     statuswin.cpp \
  67.     sysinfowin.cpp \
  68.     timesettingwin.cpp \
  69.     titlebar.cpp \
  70.     wirelessnetworkwin.cpp \
  71.     wirenetworkwin.cpp \
  72.     wirelesspasswdwin.cpp \
  73.     displayconfirmwin.cpp \
  74.     startconnection.cpp \
  75.     bgwin.cpp \
  76.     resChanged.cpp \
  77.     reset.cpp \
  78.     MyQWidget.cpp

  79. RESOURCES += pic.qrc

  80. #for store temp file that  generated at compile  
  81. MOC_DIR=temp/moc
  82. RCC_DIR=temp/rcc
  83. UI_DIR=temp/ui
  84. OBJECTS_DIR=temp/obj

  85. #for store binary file
  86. DESTDIR=bin

阅读(1320) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~