diff options
author | Jesus Fernandez <jesus.fernandez@qt.io> | 2018-08-16 14:17:14 +0200 |
---|---|---|
committer | Jesus Fernandez <Jesus.Fernandez@qt.io> | 2018-08-17 11:01:11 +0000 |
commit | 790586e42920a4cbf10bb808aa1b716247628cc4 (patch) | |
tree | a789809cc53bb87bbfc658b4e10963a468f978cc /examples/examples.pro | |
parent | 39a0e9bb5a3e87522bfe4a3107560fd6ef7632b4 (diff) | |
download | qtwebsockets-790586e42920a4cbf10bb808aa1b716247628cc4.tar.gz |
Remove redundant options and a stray define
Change-Id: Ic7ce11f1631197e6ee019b66c0d7ec56590c5ab5
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
Diffstat (limited to 'examples/examples.pro')
-rw-r--r-- | examples/examples.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/examples.pro b/examples/examples.pro index 158e1ce..ba224f8 100644 --- a/examples/examples.pro +++ b/examples/examples.pro @@ -1,3 +1,3 @@ TEMPLATE = subdirs -SUBDIRS = websockets
\ No newline at end of file +SUBDIRS = websockets |