代码搜索:Qt 5
找到约 10,000 项符合「Qt 5」的源代码
代码结果 10,000
www.eeworm.com/read/173444/5371917
h qt.h
/****************************************************************************
**
** Qt GUI Toolkit
**
** This header file efficiently includes all Qt GUI Toolkit functionality.
**
** Generated : Thu S
www.eeworm.com/read/168845/5429708
jam qt.jam
# Copyright (C) Vladimir Prus 2002. Permission to copy, use, modify, sell and
# distribute this software is granted provided this copyright notice appears in
# all copies. This software is provid
www.eeworm.com/read/168845/5429846
jam qt.jam
import modules ;
if [ modules.peek : NT ]
{
comment = // ;
}
else
{
comment = \"//\" ;
}
rule uic ( target : sources * : properties * )
{
comment on $(
www.eeworm.com/read/339446/3309017
prf qt.prf
CONFIG *= moc thread
#handle defines
win32 {
shared:DEFINES += QT_DLL
!contains(DEFINES, QT_NODLL) {
QT_ENV_DLL = $$(QT_DLL)
QT_ENV_NO_DLL = $$(QT_NODLL)
!isEmpty(QT_ENV_DLL):
www.eeworm.com/read/294145/3919844
qt readme.qt
This software was developed with the Free Edition of Qt, the
multi-platform C++ Graphical User Interface toolkit.
Qt is a product of Troll Tech (see http://www.trolltech.com). Qt is
released in two
www.eeworm.com/read/411419/2188420
h qt.h
/*
* QuickThreads -- Threads-building toolkit.
* Copyright (c) 1993 by David Keppel
*
* Permission to use, copy, modify and distribute this software and
* its documentation for any purpose and wi
www.eeworm.com/read/411419/2188449
c qt.c
#include "copyright.h"
#include "qt.h"
static void *qt_sp_bottom_save;
#ifdef QT_VARGS_DEFAULT
/* If the stack grows down, `vargs' is a pointer to the lowest
address in the block of arguments.
www.eeworm.com/read/409921/2221108
makefile_qt
#
# qtrdesktop makefile
# qt should be installed in /usr/local/qt
#
CC = g++
CPPFLAGS = -O2 -Wall -I/usr/local/qt/include -I..
# the next line is for sound
CPPFLAGS += -DWITH_RDPSND
RESTOBJ =
www.eeworm.com/read/395929/2431576
h qt.h
/*
* QuickThreads -- Threads-building toolkit.
* Copyright (c) 1993 by David Keppel
*
* Permission to use, copy, modify and distribute this software and
* its documentation for any purpose and wi