fork download
  1. #-------------------------------------------------
  2. #
  3. # Project created by QtCreator 2014-03-25T17:07:26
  4. #
  5. #-------------------------------------------------
  6.  
  7. QT += core gui
  8.  
  9. greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
  10.  
  11. TARGET = Testor
  12. TEMPLATE = app
  13.  
  14.  
  15. SOURCES += \
  16. main.cpp
  17.  
  18. HEADERS +=
  19.  
  20. RESOURCES +=
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.cpp:1:2: error: invalid preprocessing directive #--
 #-------------------------------------------------
  ^
prog.cpp:3:3: error: invalid preprocessing directive #Project
 # Project created by QtCreator 2014-03-25T17:07:26
   ^
prog.cpp:5:2: error: invalid preprocessing directive #--
 #-------------------------------------------------
  ^
prog.cpp:7:1: error: ‘QT’ does not name a type
 QT       += core gui
 ^
stdout
Standard output is empty