fork download
  1. #-------------------------------------------------
  2. #
  3. # Project created by QtCreator 2016-12-11T22:36:19
  4. #
  5. #-------------------------------------------------
  6.  
  7. QT += core gui
  8. QT += androidextras
  9.  
  10. greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
  11.  
  12. TARGET = Androi
  13. TEMPLATE = app
  14.  
  15.  
  16. SOURCES += main.cpp\
  17. mainwindow.cpp
  18.  
  19. HEADERS += mainwindow.h
  20.  
  21. FORMS += mainwindow.ui
  22.  
  23. CONFIG += mobility
  24. MOBILITY =
  25.  
  26. DISTFILES += \
  27. android/AndroidManifest.xml \
  28. android/gradle/wrapper/gradle-wrapper.jar \
  29. android/gradlew \
  30. android/res/values/libs.xml \
  31. android/build.gradle \
  32. android/gradle/wrapper/gradle-wrapper.properties \
  33. android/gradlew.bat \
  34. android/src/com/amr/test/MyService.java
  35.  
  36. ANDROID_PACKAGE_SOURCE_DIR = $$PWD/android
  37.  
  38.  
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 2016-12-11T22:36:19
   ^
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