You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

intrabatch.pro 653B

1234567891011121314151617181920212223242526
  1. #-------------------------------------------------
  2. #
  3. # Project created by QtCreator 2014-05-03T23:55:25
  4. #
  5. #-------------------------------------------------
  6. QT += core gui network
  7. greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
  8. TARGET = intrabatch
  9. TEMPLATE = app
  10. SOURCES += main.cpp \
  11. mainclass.cpp
  12. HEADERS += \
  13. mainclass.h
  14. win32:CONFIG(release, debug|release): LIBS += -L$$OUT_PWD/../Epimafia/release/ -lEpimafia
  15. else:win32:CONFIG(debug, debug|release): LIBS += -L$$OUT_PWD/../Epimafia/debug/ -lEpimafia
  16. else:unix:!macx: LIBS += -L$$OUT_PWD/../Epimafia/ -lEpimafia
  17. INCLUDEPATH += $$PWD/../Epimafia
  18. DEPENDPATH += $$PWD/../Epimafia