Files
qt-creator/src/tools/qtcdebugger/qtcdebugger.pro

12 lines
178 B
Prolog
Raw Normal View History

TARGET = qtcdebugger
TEMPLATE = app
SOURCES += main.cpp
LIBS *= -lpsapi
# PS API and registry functions
contains(QMAKE_CXX, cl) {
LIBS *= -ladvapi32
}
DESTDIR=..\..\..\bin