the preprocessor command #warning is not standard.
use #pragma message WARN("xD") to make it work on gcc and msvc
This commit is contained in:
+4
-1
@@ -84,7 +84,10 @@ HEADERS += mainwindow.h \
|
||||
message.h \
|
||||
word.h \
|
||||
link.h \
|
||||
fonts.h
|
||||
fonts.h \
|
||||
common.h
|
||||
|
||||
PRECOMPILED_HEADER = common.h
|
||||
|
||||
FORMS += \
|
||||
dialog.ui
|
||||
|
||||
Reference in New Issue
Block a user