⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 myquery.dsp

📁 使用Qt与MySQL C API开发MySQL查询器
💻 DSP
字号:
# Microsoft Developer Studio Project File - Name="MyQuery" - Package Owner=<4>
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **

# TARGTYPE "Win32 (x86) Application" 0x0101

CFG=MyQuery - Win32 Release
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
!MESSAGE use the Export Makefile command and run
!MESSAGE 
!MESSAGE NMAKE /f "MyQuery.mak".
!MESSAGE 
!MESSAGE You can specify a configuration when running NMAKE
!MESSAGE by defining the macro CFG on the command line. For example:
!MESSAGE 
!MESSAGE NMAKE /f "MyQuery.mak" CFG="MyQuery - Win32 Release"
!MESSAGE 
!MESSAGE Possible choices for configuration are:
!MESSAGE 
!MESSAGE "MyQuery - Win32 Release" (based on "Win32 (x86) Application")
!MESSAGE "MyQuery - Win32 Debug" (based on "Win32 (x86) Application")
!MESSAGE 

# Begin Project
# PROP AllowPerConfigDependencies 0
# PROP Scc_ProjName ""
# PROP Scc_LocalPath ""
CPP=cl.exe
MTL=midl.exe
RSC=rc.exe

!IF  "$(CFG)" == "MyQuery - Win32 Release"

# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 0
# PROP BASE Output_Dir "Release"
# PROP BASE Intermediate_Dir "Release"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 0
# PROP Output_Dir "Release"
# PROP Intermediate_Dir "Release"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
# ADD CPP /nologo /MD /W3 /O1 /I "$(QTDIR)\include" /I "C:\Qt\302BE6~1.0EV\mkspecs\win32-msvc" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "QT_NO_STL" /D "UNICODE" /D "QT_THREAD_SUPPORT" /D "QT_NO_DEBUG" /FD -Zm200 /c
# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
# ADD BASE RSC /l 0x804
# ADD RSC /l 0x409 /d "NDEBUG"
BSC32=bscmake.exe
# ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 /machine:IX86
# ADD LINK32 libmysql.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib imm32.lib wsock32.lib winmm.lib winspool.lib $(QTDIR)\lib\qt-mt.lib $(QTDIR)\lib\qtmain.lib /nologo /subsystem:windows /machine:IX86 /nodefaultlib:"libc"

!ELSEIF  "$(CFG)" == "MyQuery - Win32 Debug"

# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
# PROP BASE Output_Dir "Debug"
# PROP BASE Intermediate_Dir "Debug"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 1
# PROP Output_Dir "Debug"
# PROP Intermediate_Dir "Debug"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
# ADD CPP /nologo /MDd /W3 /Gm /ZI /Od /I "$(QTDIR)\include" /I "C:\Qt\302BE6~1.0EV\mkspecs\win32-msvc" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "QT_NO_STL" /D "UNICODE" /D "QT_THREAD_SUPPORT" /FD /GZ -Zm200 /c
# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
# ADD BASE RSC /l 0x804
# ADD RSC /l 0x409 /d "_DEBUG"
BSC32=bscmake.exe
# ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 /machine:IX86
# ADD LINK32 libmysql.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib imm32.lib wsock32.lib winmm.lib winspool.lib $(QTDIR)\lib\qt-mt.lib $(QTDIR)\lib\qtmain.lib /nologo /subsystem:windows /debug /machine:IX86 /nodefaultlib:"libc" /pdbtype:sept

!ENDIF 

# Begin Target

# Name "MyQuery - Win32 Release"
# Name "MyQuery - Win32 Debug"
# Begin Group "Source Files"

# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
# Begin Source File

SOURCE=.\GBKEdit.cpp
# End Source File
# Begin Source File

SOURCE=.\main.cpp
# End Source File
# Begin Source File

SOURCE=.\MyConnDlg.cpp
# End Source File
# Begin Source File

SOURCE=.\MyFindDlg.cpp
# End Source File
# Begin Source File

SOURCE=.\MyReplaceDlg.cpp
# End Source File
# Begin Source File

SOURCE=.\MyView.cpp
# End Source File
# End Group
# Begin Group "Header Files"

# PROP Default_Filter "h;hpp;hxx;hm;inl"
# Begin Source File

SOURCE=.\GBKEdit.h

!IF  "$(CFG)" == "MyQuery - Win32 Release"

# Begin Custom Build - Moc'ing GBKEdit.h...
InputPath=.\GBKEdit.h

"moc_GBKEdit.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
	$(QTDIR)\bin\moc GBKEdit.h -o moc_GBKEdit.cpp

# End Custom Build

!ELSEIF  "$(CFG)" == "MyQuery - Win32 Debug"

# Begin Custom Build - Moc'ing GBKEdit.h...
InputPath=.\GBKEdit.h

"moc_GBKEdit.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
	$(QTDIR)\bin\moc GBKEdit.h -o moc_GBKEdit.cpp

# End Custom Build

!ENDIF 

# End Source File
# Begin Source File

SOURCE=.\MyConnDlg.h

!IF  "$(CFG)" == "MyQuery - Win32 Release"

# Begin Custom Build - Moc'ing MyConnDlg.h...
InputPath=.\MyConnDlg.h

"moc_MyConnDlg.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
	$(QTDIR)\bin\moc MyConnDlg.h -o moc_MyConnDlg.cpp

# End Custom Build

!ELSEIF  "$(CFG)" == "MyQuery - Win32 Debug"

# Begin Custom Build - Moc'ing MyConnDlg.h...
InputPath=.\MyConnDlg.h

"moc_MyConnDlg.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
	$(QTDIR)\bin\moc MyConnDlg.h -o moc_MyConnDlg.cpp

# End Custom Build

!ENDIF 

# End Source File
# Begin Source File

SOURCE=.\MyFindDlg.h

!IF  "$(CFG)" == "MyQuery - Win32 Release"

# Begin Custom Build - Moc'ing MyFindDlg.h...
InputPath=.\MyFindDlg.h

"moc_MyFindDlg.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
	$(QTDIR)\bin\moc MyFindDlg.h -o moc_MyFindDlg.cpp

# End Custom Build

!ELSEIF  "$(CFG)" == "MyQuery - Win32 Debug"

# Begin Custom Build - Moc'ing MyFindDlg.h...
InputPath=.\MyFindDlg.h

"moc_MyFindDlg.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
	$(QTDIR)\bin\moc MyFindDlg.h -o moc_MyFindDlg.cpp

# End Custom Build

!ENDIF 

# End Source File
# Begin Source File

SOURCE=.\MyReplaceDlg.h

!IF  "$(CFG)" == "MyQuery - Win32 Release"

# Begin Custom Build - Moc'ing MyReplaceDlg.h...
InputPath=.\MyReplaceDlg.h

"moc_MyReplaceDlg.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
	$(QTDIR)\bin\moc MyReplaceDlg.h -o moc_MyReplaceDlg.cpp

# End Custom Build

!ELSEIF  "$(CFG)" == "MyQuery - Win32 Debug"

# Begin Custom Build - Moc'ing MyReplaceDlg.h...
InputPath=.\MyReplaceDlg.h

"moc_MyReplaceDlg.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
	$(QTDIR)\bin\moc MyReplaceDlg.h -o moc_MyReplaceDlg.cpp

# End Custom Build

!ENDIF 

# End Source File
# Begin Source File

SOURCE=.\MyView.h

!IF  "$(CFG)" == "MyQuery - Win32 Release"

# Begin Custom Build - Moc'ing MyView.h...
InputPath=.\MyView.h

"moc_MyView.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
	$(QTDIR)\bin\moc MyView.h -o moc_MyView.cpp

# End Custom Build

!ELSEIF  "$(CFG)" == "MyQuery - Win32 Debug"

# Begin Custom Build - Moc'ing MyView.h...
InputPath=.\MyView.h

"moc_MyView.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
	$(QTDIR)\bin\moc MyView.h -o moc_MyView.cpp

# End Custom Build

!ENDIF 

# End Source File
# End Group
# Begin Group "Resource Files"

# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
# End Group
# Begin Group "Forms"

# PROP Default_Filter "ui"
# End Group
# Begin Group "Lexables"

# PROP Default_Filter "l"
# End Group
# Begin Group "Yaccables"

# PROP Default_Filter "y"
# End Group
# Begin Group "Generated"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\moc_GBKEdit.cpp
# End Source File
# Begin Source File

SOURCE=.\moc_MyConnDlg.cpp
# End Source File
# Begin Source File

SOURCE=.\moc_MyFindDlg.cpp
# End Source File
# Begin Source File

SOURCE=.\moc_MyReplaceDlg.cpp
# End Source File
# Begin Source File

SOURCE=.\moc_MyView.cpp
# End Source File
# End Group
# End Target
# End Project

⌨️ 快捷键说明

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