Renamed qwebsocket.pri to qwebsockets.pri
authorKurt Pattyn <pattyn.kurt@gmail.com>
Sun, 25 Aug 2013 17:58:21 +0000 (19:58 +0200)
committerKurt Pattyn <pattyn.kurt@gmail.com>
Sun, 25 Aug 2013 17:58:21 +0000 (19:58 +0200)
examples/echoclient/echoclient.pro
examples/echoserver/echoserver.pro
src/qwebsockets.pri [moved from src/qwebsocket.pri with 100% similarity]
tests/unittests.pro

index ad4daff..43dc448 100644 (file)
@@ -7,7 +7,7 @@ CONFIG   -= app_bundle
 
 TEMPLATE = app
 
-include(../../src/qwebsocket.pri)
+include(../../src/qwebsockets.pri)
 
 SOURCES += \
        main.cpp \
index 8e5f08d..4d21d76 100644 (file)
@@ -7,7 +7,7 @@ CONFIG   -= app_bundle
 
 TEMPLATE = app
 
-include(../../src/qwebsocket.pri)
+include(../../src/qwebsockets.pri)
 
 SOURCES += \
        main.cpp \
similarity index 100%
rename from src/qwebsocket.pri
rename to src/qwebsockets.pri
index cfdbb30..92202bb 100644 (file)
@@ -9,7 +9,7 @@ CONFIG  -= app_bundle
 
 TEMPLATE = app
 
-include(../src/qwebsocket.pri)
+include(../src/qwebsockets.pri)
 
 # Remove the main.cpp file from the sources.
 S = $$SOURCES