Advertisement
Guest User

.pro

a guest
Dec 30th, 2011
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
QBasic 0.60 KB | None | 0 0
  1. #-------------------------------------------------
  2. #
  3. # Project created by QtCreator 2011-12-18T18:02:07
  4. #
  5. #-------------------------------------------------
  6.  
  7. QT       += core gui
  8.  
  9. TARGET = XboxController
  10. TEMPLATE = app
  11.  
  12.  
  13. SOURCES += main.cpp\
  14.         mainwindow.cpp \
  15.     xboxcontroller.cpp \
  16.     listener.cpp \
  17.     tabwidget.cpp \
  18.     brick.cpp
  19.  
  20. HEADERS  += mainwindow.h \
  21.     xboxcontroller.h \
  22.     listener.h \
  23.     tabwidget.h \
  24.     brick.h
  25.  
  26. FORMS    += mainwindow.ui \
  27.     tabwidget.ui
  28.  
  29. win32:LIBS += -L"C:\Program Files (x86)\Microsoft DirectX SDK (June 2010)\Lib\x86" -lXInput
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement