qttest.pro 168 B

1234567891011
  1. TEMPLATE = app
  2. CONFIG += console
  3. CONFIG -= app_bundle
  4. CONFIG -= qt
  5. QMAKE_LIBS += -lgfaipcd -lpthread
  6. target.path = /root/gfaipc
  7. INSTALLS += target
  8. SOURCES += main.c