1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

chore(build): Added warning message against using the project file

The project file is deprecated and should not be used anymore as project
file for development. Adding a warning to that effect could help future
contributors while figuring out what they need to do to get started with
qTox.

Signed-off-by: NWeyand <nweyand@users.sourceforge.net>
This commit is contained in:
NWeyand 2017-03-30 11:42:58 +00:00
parent 533c60b44f
commit 1c08b19d91
No known key found for this signature in database
GPG Key ID: 2077B8C327E01FBA

View File

@ -17,6 +17,12 @@
# See the COPYING file for more details.
message()
message("Warning: This project file is deprecated and should not be used anymore except on FreeBSD.")
message("Use the CMakeLists.txt file instead to open this as a CMake project.")
message()
QT += core gui network xml opengl sql svg widgets
TARGET = qtox