📄 nxclient.pro
字号:
TARGET = nxclientmac:RC_FILE = nx.icnsTEMPLATE = appCONFIG += qt warn_on release thread create_prl link_prlDEFINES += ENABLE_TEXT_PASSWORD# the line below will be automaticly overwritten everytime# configure script is runDEFINES += NXCLIENT_VERSION=\"1.5.0-77\"win32:DEFINES += NX_WIN32mac:DEFINES += NX_MACOSXunix:LIBS += -L/usr/X11R6/lib -lxkbfilemac:LIBS += -L/usr/X11R6/lib -lX11 -lXextDBFILE = nxclient.dbLANGUAGE = C++QMAKE_CLEAN = Makefile .qmake.internal.cache *.swp *.ori *.orig .* *.ncb moc_*HEADERS = ComboSession.h \ WndShareName.h \ DetailsWindow.h \ LoginDialog.h \ ProgressDialog.h \ NXClientVersion.h \ WndReconnect.h \ Pixmaps.h \ SessionFactory.h \ SessionSettings.h \ Utility.h \ WndSessionWizard.h \ WndSessionSettings.h \ WndSessionsAdmin.h \ WndSessionsList.h \ WndSessionSettingsVNC.h \ WndSessionSettingsRDP.h \ WndSessionSettingsCustom.h \ WndSessionSettingsXDM.h \ WndImageSettingsVNC.h \ WndImageSettingsRDP.h \ WndImageSettingsUnix.h \ confsaveDialog.h \ kb.h \ Settings.h \ md5.h \ WndAbout.h \ AlertMessageManager.h \ PixmapView.h \ nxprocess.h \ nxfilemonitor.h \ nxprotocol.h \ nxproxyprotocol.h \ Share.h \ WidgetShareMountPoint.h \ WidgetSharePrinterConfig.h \ WidgetShareCredentials.h \ NXKeyboard.h \ NXApplication.h \ WndPrinterConfig.h \ NXReconnect.h \ NXProfile.h \ WndRootLoginWarning.h \ WndFullScreenInfo.h \ WndProfileList.h \ WndAskForSystemDir.h \ WndAskForPersonalDir.h \ WndKeyManager.h \ WndPulldownDialog.hSOURCES = Main.cpp \ ComboSession.cpp \ WndShareName.cpp \ DetailsWindow.cpp \ LoginDialog.cpp \ ProgressDialog.cpp \ Pixmaps.cpp \ PixmapView.cpp \ SessionFactory.cpp \ SessionSettings.cpp \ Utility.cpp \ WndSessionWizard.cpp \ WndSessionSettings.cpp \ WndSessionsAdmin.cpp \ WndSessionsList.cpp \ WndSessionSettingsVNC.cpp \ WndSessionSettingsRDP.cpp \ WndSessionSettingsCustom.cpp \ WndSessionSettingsXDM.cpp \ WndImageSettingsVNC.cpp \ WndImageSettingsRDP.cpp \ WndImageSettingsUnix.cpp \ confsaveDialog.cpp \ kb.cpp \ Settings.cpp \ md5.c \ WndAbout.cpp \ AlertMessageManager.cpp \ WndReconnect.cpp \ nxprocess.cpp \ nxfilemonitor.cpp \ nxprotocol.cpp \ nxproxyprotocol.cpp \ Share.cpp \ NXKeyboard.cpp \ NXApplication.cpp \ WndPrinterConfig.cpp \ NXReconnect.cpp \ NXProfile.cpp \ WndRootLoginWarning.cpp \ WndFullScreenInfo.cpp \ WndProfileList.cpp \ WndAskForSystemDir.cpp \ WndAskForPersonalDir.cpp \ WndKeyManager.cpp \ WndPulldownDialog.cppFORMS = DetailsDialog.ui \ GuiShareName.ui \ GuiImageSettingsRDP.ui \ GuiImageSettingsVNC.ui \ GuiImageSettingsUnix.ui \ GuiSessionSettingsVNC.ui \ GuiSessionSettingsRDP.ui \ GuiSessionSettingsXDM.ui \ GuiSessionSettingsCustom.ui \ GuiSessionWizard.ui \ GuiSessionsList.ui \ LoginWidget.ui \ GuiProgressDialog.ui \ saveconfigurationDialog.ui \ GuiAbout.ui \ GuiReconnect.ui \ GuiShareMountPointWidget.ui \ GuiSharePrinterConfigWidget.ui \ GuiShareCredentials.ui \ GuiPrinterConfig.ui \ GuiAskForDir.ui \ GuiKeyManager.ui unix{ HEADERS += nxprocess_unix.h SOURCES += nxprocess_unix.cpp FORMS += GuiSessionSettings.ui}win32{ HEADERS += nxprocess_win.h SOURCES += nxprocess_win.cpp FORMS += GuiSessionSettings-win32.ui}macx{ HEADERS += WndSelectXServer.h \ nxcompsh/Display.h \ nxcompsh/Timestamp.h \ nxcompsh/System.h \ nxcompsh/Logger.h \ nxcompsh/Process.h \ nxcompsh/Listener.h \ nxcompsh/Connector.h \ nxcompsh/Runnable.h \ nxcompsh/Misc.h \ nxcompsh/Socket.h SOURCES += WndSelectXServer.cpp \ nxcompsh/Display.cpp \ nxcompsh/System.cpp \ nxcompsh/Logger.cpp \ nxcompsh/Process.cpp \ nxcompsh/Listener.cpp \ nxcompsh/Connector.cpp \ nxcompsh/Runnable.cpp \ nxcompsh/Socket.cpp FORMS -= GuiSessionSettings.ui FORMS += GuiSessionSettings-macosx.ui}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -