qt .pro 文件范例

1440阅读 0评论2014-05-14 mxcai2005
分类:嵌入式


点击(此处)折叠或打开

  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

上一篇:freerdp编译的常见出错问题
下一篇:gdb调试多进程和多线程命令