1
0
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:
Zetok Zalbavar 2017-03-31 12:39:05 +01:00
commit a4a5d29b65
No known key found for this signature in database
GPG Key ID: C953D3880212068A

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