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:
parent
533c60b44f
commit
1c08b19d91
6
qtox.pro
6
qtox.pro
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user