mirror of
https://github.com/QuasarApp/qca.git
synced 2025-04-27 20:14:32 +00:00
rename to saslserver
svn path=/trunk/kdesupport/qca/; revision=810937
This commit is contained in:
parent
5397061f3b
commit
109100ca17
@ -1,11 +1,11 @@
|
||||
set(saslservtest_bin_SRCS saslservtest.cpp)
|
||||
set(saslserver_bin_SRCS saslserver.cpp)
|
||||
|
||||
MY_AUTOMOC( saslservtest_bin_SRCS)
|
||||
MY_AUTOMOC( saslserver_bin_SRCS)
|
||||
|
||||
add_executable(saslservtest ${saslservtest_bin_SRCS})
|
||||
add_executable(saslserver ${saslserver_bin_SRCS})
|
||||
|
||||
target_link_libraries( saslservtest qca ${QT_QTGUI_LIBRARY} ${QT_QTNETWORK_LIBRARY})
|
||||
target_link_libraries( saslserver qca ${QT_QTGUI_LIBRARY} ${QT_QTNETWORK_LIBRARY})
|
||||
|
||||
if (WIN32)
|
||||
target_link_libraries(saslservtest wsock32)
|
||||
target_link_libraries(saslserver wsock32)
|
||||
endif (WIN32)
|
||||
|
@ -331,11 +331,11 @@ private:
|
||||
}
|
||||
};
|
||||
|
||||
#include "saslservtest.moc"
|
||||
#include "saslserver.moc"
|
||||
|
||||
void usage()
|
||||
{
|
||||
printf("usage: saslservtest domain [message]\n");
|
||||
printf("usage: saslserver domain [message]\n");
|
||||
}
|
||||
|
||||
int main(int argc, char **argv)
|
||||
@ -359,7 +359,7 @@ int main(int argc, char **argv)
|
||||
return 1;
|
||||
}
|
||||
|
||||
QCA::setAppName("saslservtest");
|
||||
QCA::setAppName("saslserver");
|
||||
|
||||
ServerTest *s = new ServerTest(str, host, PROTO_PORT);
|
||||
QObject::connect(s, SIGNAL(quit()), &app, SLOT(quit()));
|
@ -1,6 +1,6 @@
|
||||
QT += network
|
||||
|
||||
SOURCES += saslservtest.cpp
|
||||
SOURCES += saslserver.cpp
|
||||
include(../examples.pri)
|
||||
|
||||
windows:LIBS += -lws2_32
|
Loading…
x
Reference in New Issue
Block a user