first commit
This commit is contained in:
44
third_party/socket.io-client-cpp/examples/QT/SioChatDemo/SioChatDemo.pro
vendored
Normal file
44
third_party/socket.io-client-cpp/examples/QT/SioChatDemo/SioChatDemo.pro
vendored
Normal file
@@ -0,0 +1,44 @@
|
||||
#-------------------------------------------------
|
||||
#
|
||||
# Project created by QtCreator 2015-03-30T19:25:23
|
||||
#
|
||||
#-------------------------------------------------
|
||||
|
||||
QT += core gui
|
||||
|
||||
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
|
||||
|
||||
TARGET = SioChatDemo
|
||||
TEMPLATE = app
|
||||
|
||||
CONFIG+=no_keywords
|
||||
CONFIG+=c++11
|
||||
|
||||
SOURCES += main.cpp\
|
||||
mainwindow.cpp \
|
||||
nicknamedialog.cpp
|
||||
|
||||
HEADERS += mainwindow.h \
|
||||
nicknamedialog.h
|
||||
|
||||
FORMS += mainwindow.ui \
|
||||
nicknamedialog.ui
|
||||
|
||||
CONFIG(debug, debug|release):DEFINES +=DEBUG=1
|
||||
|
||||
|
||||
INCLUDEPATH += $$PWD/../../../build/include
|
||||
DEPENDPATH += $$PWD/../../../build/lib
|
||||
|
||||
CONFIG(release, debug|release): LIBS += -L$$PWD/../../../build/lib/Release/ -lsioclient
|
||||
else:CONFIG(debug, debug|release): LIBS += -L$$PWD/../../../build/lib/Debug/ -lsioclient
|
||||
|
||||
|
||||
CONFIG(release, debug|release): LIBS += -L$$PWD/../../../build/lib/Release/ -lboost_random
|
||||
else:CONFIG(debug, debug|release): LIBS += -L$$PWD/../../../build/lib/Debug/ -lboost_random
|
||||
|
||||
CONFIG(release, debug|release): LIBS += -L$$PWD/../../../build/lib/Release/ -lboost_system
|
||||
else:CONFIG(debug, debug|release): LIBS += -L$$PWD/../../../build/lib/Debug/ -lboost_system
|
||||
|
||||
CONFIG(release, debug|release): LIBS += -L$$PWD/../../../build/lib/Release/ -lboost_date_time
|
||||
else:CONFIG(debug, debug|release): LIBS += -L$$PWD/../../../build/lib/Debug/ -lboost_date_time
|
||||
Reference in New Issue
Block a user