mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
Merge pull request #4310
NWeyand (1): chore(build): Added warning message against using the project file
This commit is contained in:
commit
a4a5d29b65
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