qtgui.pro.in

来自「AIML的实现」· IN 代码 · 共 75 行

IN
75
字号
####################################################################### Automatically generated by qmake (2.00a) Sat Feb 18 12:53:51 2006######################################################################## Where you installed the distribution#prefix=@BUILD_prefix@## Where you wanted the the lib# to be located.  This is usually# the same place as the prefix.#exec_prefix=@BUILD_exec_prefix@## Where the rebecca includes are#REBECCA_INCLUDES=$@BUILD_includedir@## Where the rebecca shared object is#REBECCA_LIB=$@BUILD_libdir@## Where to output the sample#REBECCA_OUTPUT=$@BUILD_datadir@/Rebecca/bin/releasewin32:TEMPLATE = vcapp!win32:TEMPLATE = appTARGET = qtguiDEPENDPATH += .release {    DESTDIR = $${REBECCA_OUTPUT}}debug {    DESTDIR = $${REBECCA_OUTPUT}}# IncludesINCLUDEPATH += .INCLUDEPATH += $${REBECCA_INCLUDES}# InputHEADERS += MainWindow.hHEADERS += QtGuiCallBacks.h CustomTextEdit.h AIMLEngineThread.h AIMLEngine.h Arguments.hSOURCES += main.cpp MainWindow.cpp AIMLEngineThread.cpp AIMLEngine.cpp# Libswin32:debug {	LIBS += ../../../bin/release/rebecca-mt.lib}win32:release {	LIBS += ../../../bin/release/rebecca-mt.lib}!win32 {	LIBS += -L$${REBECCA_LIB}    LIBS += -L../../../build_files/autoconf/lib/.libs    LIBS += -lrebecca-mt    LIBS += -Wl,-rpath=$${REBECCA_LIB}}

⌨️ 快捷键说明

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