src.pro

来自「isdn的完整解决方案。非常强大。不过是国际标准而非国标。」· PRO 代码 · 共 97 行

PRO
97
字号
# File generated by kdevelop's qmake manager. # ------------------------------------------- # Subdir relative project main directory: ./src# Target is an application:  ../bin/isdntesttoolTEMPLATE = appCONFIG += release \warn_on \thread \qtTARGET = ../bin/isdntesttoolINCLUDEPATH += /usr/include/mISDNuserINCLUDEPATH += /usr/include/python2.3SOURCES += applicationwindow.cpp \           mdiwindow.cpp \           main.cpp \           misdninterface.cpp \           debuglog.cpp \           cpacketlistdoc.cpp \           cpacketlistview.cpp \           myobservable.cpp \           observer.cpp \           bytearray.cpp \           framebuffer.cpp \           layer2.cpp \           mytabwidget.cpp \           packetdetailsdialog.cpp \           mytoolbar.cpp \           outputview.cpp \           pythoninterpreter.cpp \           mysetupdialog.cpp \           Crc16.cpp \           octet.cpp \           unnumbcombobox.cpp \           tablelayer2.cpp \           deccell.cpp \           cell.cpp \           l2_stypecombo.cpp \           l2_uframecrcombo.cpp \           binlineedit.cpp \           l2_frametype.cpp \           tablelayer.cpp \           tablelayer3.cpp \           l3_messagetype.cpp \           packetobject.cpp \           pythonsyntaxhighlighter.cpp \           mytextedit.cpp HEADERS += applicationwindow.h \           mdiwindow.h \           misdninterface.h \           debuglog.h \           main.h \           cpacketlistdoc.h \           cpacketlistview.h \           myobservable.h \           observer.h \           bytearray.h \           framebuffer.h \           layer2.h \           mytabwidget.h \           packetdetailsdialog.h \           mytoolbar.h \           outputview.h \           pythoninterpreter.h \           mysetupdialog.h \           crc16.h \           octet.h \           unnumbcombobox.h \           tablelayer2.h \           deccell.h \           cell.h \           l2_stypecombo.h \           l2_uframecrcombo.h \           binlineedit.h \           l2_frametype.h \           tablelayer.h \           tablelayer3.h \           l3_messagetype.h \           packetobject.h \           pythonsyntaxhighlighter.h \           mytextedit.h IDLS += setupdialog.ui IMAGES += greenlight.xpm \          redlight.xpm \          yellowlight.xpm \          fileopen.xpm \          fileprint.xpm \          filesave.xpm FORMS += PacketDetailsDialogUi.ui \         setupdialog.ui unix{  LIBS += -lmISDN  LIBS += -lpython2.3  LIBS += -lutil  LIBS += -export-dynamic}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?