equal
deleted
inserted
replaced
|
1 load(qttest_p4) |
|
2 TEMPLATE = app |
|
3 win32:TARGET = ../clickLock |
|
4 !win32:TARGET = clickLock |
|
5 |
|
6 QT += qt3support |
|
7 requires(contains(QT_CONFIG,qt3support)) |
|
8 DEPENDPATH += . |
|
9 INCLUDEPATH += . |
|
10 CONFIG -= app_bundle |
|
11 |
|
12 # Input |
|
13 SOURCES += main.cpp |
|
14 |
|
15 |